Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jun 7, 2024
1 parent 84f8df1 commit 596933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ 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_TESTING=ON \
-DBUILD_TOOLS=ON \
-DPython3_EXECUTABLE="${{ env.Python3_ROOT_DIR }}/python.exe" \
Expand Down

0 comments on commit 596933d

Please sign in to comment.