Skip to content

Commit

Permalink
t9
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 19, 2023
1 parent 93ddde2 commit fa25363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit fa25363

Please sign in to comment.