Skip to content

Commit

Permalink
🔨 [CI] Fix not finding the static version of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 24, 2025
1 parent f21fcc3 commit 75a31c8
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: -D CMAKE_C_COMPILER=cl CMAKE_CXX_COMPILER=cl -G Ninja,
cmake_configure_args: -D CMAKE_C_COMPILER=cl CMAKE_CXX_COMPILER=cl -G Ninja -D VCPKG_TARGET_TRIPLET=x64-windows-static,
}
- {
name: Linux,
Expand Down

0 comments on commit 75a31c8

Please sign in to comment.