Skip to content

Commit

Permalink
Merge pull request #14 from AntaresSimulatorTeam/fix/windows-segfault…
Browse files Browse the repository at this point in the history
…-runner

Fix/windows segfault runner
  • Loading branch information
meslubi2021 authored Dec 22, 2024
2 parents 76be815 + 3414f8c commit 63fa985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
-DVCPKG_ROOT="${{env.VCPKG_ROOT}}" \
-DVCPKG_TARGET_TRIPLET=${{ env.triplet }} \
-DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Debug \ # FIXME
-DBUILD_UI=OFF \ # FIXME
-DBUILD_TESTING=ON \
-DBUILD_TOOLS=ON \
-DPython3_EXECUTABLE="${{ env.Python3_ROOT_DIR }}/python.exe" \
Expand Down

0 comments on commit 63fa985

Please sign in to comment.