.github/workflows/build.yml: add Meson option "--wrap-mode nofallback"
The library setup should be well-defined without implicit downloads.
This commit is contained in:
parent
11bb2ad0fd
commit
b2e2d36d79
|
@ -102,6 +102,7 @@ jobs:
|
|||
-Dtest=true \
|
||||
-Dsystemd=enabled \
|
||||
-Dpcre=enabled \
|
||||
--wrap-mode nofallback \
|
||||
--force-fallback-for=fmt \
|
||||
output/full
|
||||
|
||||
|
@ -128,6 +129,7 @@ jobs:
|
|||
-Dfifo=false \
|
||||
-Dhttpd=false -Dpipe=false -Drecorder=false \
|
||||
-Dsnapcast=false \
|
||||
--wrap-mode nofallback \
|
||||
output/mini
|
||||
|
||||
- name: Build Mini
|
||||
|
|
Loading…
Reference in New Issue