diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 588f47f..ec9bbf1 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -81,7 +81,7 @@ jobs: if: ${{ matrix.installer == 'apt' }} run: | apt-get update -qq - apt-get install -yqq autoconf automake autopoint build-essential curl cmake git jq meson gperf qemu-user-static + apt-get install -yqq autoconf automake autopoint binfmt-support build-essential curl cmake git jq meson gperf qemu-user-static - name: Set up dependencies (homebrew) if: ${{ matrix.installer == 'homebrew' }} run: | @@ -235,7 +235,7 @@ jobs: if: ${{ matrix.installer == 'apt' }} run: | apt-get update -qq - apt-get install -yqq autoconf automake autopoint build-essential curl cmake git jq meson gperf qemu-user-static + apt-get install -yqq autoconf automake autopoint binfmt-support build-essential curl cmake git jq meson gperf qemu-user-static - name: Set up dependencies (homebrew) if: ${{ matrix.installer == 'homebrew' }} run: |