Fixup details for non-x86 simd compat, fix CI linux cross-compile

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-12-31 15:56:50 +01:00
parent 6658153ed8
commit a8a5cea9fb
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
16 changed files with 165 additions and 182 deletions

View file

@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
./deps/PawPaw/.github/workflows/bootstrap-deps.sh linux-${{ matrix.target }}
apt-get install -yqq wget
apt-get install -yqq wget zip
- name: Setup dependencies (aarch64)
if: ${{ matrix.target == 'aarch64' }}
shell: bash
@ -417,7 +417,7 @@ jobs:
- name: Set up dependencies
run: |
./deps/PawPaw/.github/workflows/bootstrap-deps.sh ${{ matrix.target }}
apt-get install -yqq wget
apt-get install -yqq wget zip
apt-get clean
- name: Set up ccache
uses: hendrikmuhs/ccache-action@v1.2