ci: force subproject fallback for cglm
This commit is contained in:
parent
622fd1e48b
commit
c1141fbea7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: sudo apt update && sudo apt install build-essential libsdl2-dev libogg-dev libopusfile-dev libpng-dev libzip-dev libx11-dev libwayland-dev python3-docutils libwebp-dev libfreetype6-dev libzstd-dev
|
||||
|
||||
- name: Configure - Step 1 (Meson)
|
||||
run: meson setup --prefix=$(pwd)/build-test --wrap-mode=nofallback build/ -Db_lto=false -Dstrip=false -Ddeprecation_warnings=no-error -Dwerror=true -Db_pch=false
|
||||
run: meson setup --prefix=$(pwd)/build-test --wrap-mode=nofallback --force-fallback-for=cglm build/ -Db_lto=false -Dstrip=false -Ddeprecation_warnings=no-error -Dwerror=true -Db_pch=false
|
||||
|
||||
- name: Build - Step 2 (Ninja)
|
||||
run: meson compile -C build/
|
||||
|
@ -86,7 +86,7 @@ jobs:
|
|||
run: pip install zstandard
|
||||
|
||||
- name: Configure - Step 1 (Meson)
|
||||
run: meson setup --prefix=$(pwd)/build-test --wrap-mode=nofallback build/ -Db_lto=false -Dstrip=false -Ddeprecation_warnings=no-error -Dwerror=true -Db_pch=false
|
||||
run: meson setup --prefix=$(pwd)/build-test --wrap-mode=nofallback --force-fallback-for=cglm build/ -Db_lto=false -Dstrip=false -Ddeprecation_warnings=no-error -Dwerror=true -Db_pch=false
|
||||
|
||||
- name: Build - Step 2 (Ninja)
|
||||
run: meson compile -C build/
|
||||
|
|
Loading…
Reference in a new issue