Browse Source

t9

Signed-off-by: falkTX <falktx@falktx.com>
undefined
falkTX 9 months ago
parent
commit
fa2536362b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/bootstrap.yml

+ 2
- 2
.github/workflows/bootstrap.yml View File

@@ -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: |


Loading…
Cancel
Save