Skip to content

Commit

Permalink
fix configurePresetAdditionalArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 2, 2023
1 parent 910dd84 commit 9c88398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
with:
cmakeListsTxtPath: '${{ github.workspace }}/src/CMakeLists.txt'
configurePreset: 'msbuild-vcpkg'
configurePresetAdditionalArgs: "['DPython3_EXECUTABLE='${{ steps.setup-python.outputs.python-path }}'']"
configurePresetAdditionalArgs: "['-DPython3_EXECUTABLE=${{ steps.setup-python.outputs.python-path }}']"
buildPreset: 'msbuild-vcpkg'
buildPresetAdditionalArgs: '[`--config Release`]'
- name: List $RUNNER_WORKSPACE after build
Expand Down

0 comments on commit 9c88398

Please sign in to comment.