File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
50
50
- name : mkdir
51
51
run : mkdir -p out
52
52
- name : cmake
53
- run : cmake .. -G Ninja -DWITH_WASI=ON - DWERROR=ON -Werror=dev -Wno-deprecated
53
+ run : cmake .. -G Ninja -DWERROR=ON -Werror=dev -DCMAKE_ERROR_DEPRECATED=OFF
54
54
working-directory : out
55
55
if : matrix.os != 'windows-latest'
56
56
- name : cmake (windows)
57
- run : cmake .. -DWERROR=ON -Werror=dev
57
+ run : cmake .. -DWERROR=ON -Werror=dev -DCMAKE_ERROR_DEPRECATED=OFF
58
58
working-directory : out
59
59
if : matrix.os == 'windows-latest'
60
60
- name : build
@@ -255,7 +255,7 @@ jobs:
255
255
- name : distcc symlink
256
256
run : sudo ln -s /usr/bin/distcc /opt/bin/distcc_symlinks/${{matrix.arch}}-linux-gnu-gcc # only CC is needed
257
257
- name : cmake
258
- run : cmake -S . -B out -G Ninja -DCMAKE_TOOLCHAIN_FILE=../scripts/TC-${{matrix.arch}}.cmake -DWITH_WASI=ON - DWERROR=OFF -Werror=dev -Wno-deprecated
258
+ run : cmake -S . -B out -G Ninja -DCMAKE_TOOLCHAIN_FILE=../scripts/TC-${{matrix.arch}}.cmake -DWERROR=OFF -Werror=dev -DCMAKE_ERROR_DEPRECATED=OFF
259
259
- name : build
260
260
run : cmake --build out
261
261
- name : check if generated files are up-to-date
You can’t perform that action at this time.
0 commit comments