Skip to content

Commit fe7c5f3

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 900c52e commit fe7c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_cpp_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
mkdir %GITHUB_WORKSPACE%\%BUILD%_%RUNTIME%_%ARCH%
3838
cd %GITHUB_WORKSPACE%\%BUILD%_%RUNTIME%_%ARCH%
39-
cmake -DBUILD_BLUETOOTH=ON -DBUILD_ONNX=ON -DBUILD_OYMOTION_SDK=ON -DWARNINGS_AS_ERRORS=ON -G "Visual Studio 17 2022" -A %ARCH% -DCMAKE_SYSTEM_VERSION=8.1 -DMSVC_RUNTIME=%RUNTIME% -DCMAKE_INSTALL_PREFIX=..\artifacts\%ARCH%_%BUILD%_%RUNTIME%\ ..
39+
cmake -DBUILD_BLUETOOTH=ON -DBUILD_ONNX=ON -DBUILD_OYMOTION_SDK=ON -DWARNINGS_AS_ERRORS=OFF -G "Visual Studio 17 2022" -A %ARCH% -DCMAKE_SYSTEM_VERSION=8.1 -DMSVC_RUNTIME=%RUNTIME% -DCMAKE_INSTALL_PREFIX=..\artifacts\%ARCH%_%BUILD%_%RUNTIME%\ ..
4040
cmake --build . --target install --config %BUILD% -j 2 --parallel 2
4141
shell: cmd
4242
env:

0 commit comments

Comments
 (0)