Skip to content

Commit

Permalink
🔨 [CI] Tmp fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 22, 2024
1 parent 72f953e commit a04b261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- {
name: Windows,
os: windows-latest,
cmake_configure_args: -T ClangCL,
cmake_configure_args: -D CMAKE_C_COMPILER=cl CMAKE_CXX_COMPILER=cl -G Ninja,
cpack_generator: NSIS,
installer_name: Coollab-Windows.exe,
}
Expand Down

0 comments on commit a04b261

Please sign in to comment.