From fa2536362b6647116c0cc5f8c2e40b581b25b85c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 19 Nov 2023 20:46:06 +0100 Subject: [PATCH] t9 Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |