Fixup details for non-x86 simd compat, fix CI linux cross-compile
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6658153ed8
commit
a8a5cea9fb
16 changed files with 165 additions and 182 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue