Cleanup related fixes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-27 17:32:10 +01:00
parent 10330964ea
commit 3046133883
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 111 additions and 3 deletions

View file

@ -745,7 +745,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env win32; popd
make features
xvfb-run make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
- name: Build win64 cross-compiled (carla)
run: |
pushd deps/PawPaw; source local.env win32; popd
@ -837,7 +837,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env win64; popd
make features
xvfb-run make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
- name: Build win64 cross-compiled (carla)
run: |
pushd deps/PawPaw; source local.env win64; popd