Skip to content

Commit

Permalink
CI: Fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Dec 23, 2023
1 parent 46b58ff commit 0d36368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: lukka/run-cmake@v10
with:
cmakeListsTxtPath: '${{ github.workspace }}/server/Native/CMakeLists.txt'
configurationPreset: ninja-vcpkg
configurePreset: ninja-vcpkg
buildPreset: ninja-vcpkg
buildPresetAdditionalArgs: '[`--config Release`]'
- name: List $RUNNER_WORKSPACE after build
Expand Down

0 comments on commit 0d36368

Please sign in to comment.