Skip to content

Commit 74eb103

Browse files
authored
Update run_windows.yml
1 parent b0bfa7c commit 74eb103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
mkdir %GITHUB_WORKSPACE%\build64
4141
cd %GITHUB_WORKSPACE%\build64
42-
cmake -DBUILD_OYMOTION_SDK=ON -DWARNINGS_AS_ERRORS=ON -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=8.1 -DCMAKE_INSTALL_PREFIX=..\installed64\ ..
42+
cmake -DBUILD_OYMOTION_SDK=ON -DBUILD_BLUETOOTH=ON -DWARNINGS_AS_ERRORS=ON -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=8.1 -DCMAKE_INSTALL_PREFIX=..\installed64\ ..
4343
cmake --build . --target install --config Release -j 2 --parallel 2
4444
shell: cmd
4545
- name: C# build

0 commit comments

Comments
 (0)