Skip to content

Commit b0fd44b

Browse files
committed
update github actions
1 parent b9fdc8b commit b0fd44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
18-
18+
1919
- name: Install CMake
2020
uses: jwlawson/actions-setup-cmake@v2
2121
with:
@@ -30,7 +30,7 @@ jobs:
3030
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE
3131
"-DCMAKE_C_COMPILER:FILEPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin\clang.exe"
3232
"-DCMAKE_CXX_COMPILER:FILEPATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin\clang.exe"
33-
--no-warn-unused-cli "-SC:." "-Bc:./build" -G Ninja
33+
--no-warn-unused-cli "-S." "-B./build" -G Ninja
3434

3535
- name: Build with Clang
3636
run: cmake --build build --config Release -- -v

0 commit comments

Comments
 (0)