Skip to content

Commit

Permalink
Updated preset name in CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz committed Aug 23, 2024
1 parent 4bf64b5 commit d1b51af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Configure CMake
run: cmake --preset visual-studio-17-2022
- name: Build
run: cmake --build . --preset msvc-${{ matrix.buildPreset }}
run: cmake --build . --preset vs-msvc-${{ matrix.buildPreset }}
working-directory: ${{ github.workspace }}
- name: Test
run: ./Test --no-graphics
Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
],
"buildPresets": [
{
"name": "VS-msvc-release",
"name": "vs-msvc-release",
"configurePreset": "visual-studio-17-2022",
"displayName": "Release",
"configuration": "Release",
"verbose": false,
"targets": [ "Spirit", "Test" ]
},
{
"name": "VS-msvc-debug",
"name": "vs-msvc-debug",
"configurePreset": "visual-studio-17-2022",
"displayName": "Debug",
"configuration": "Debug",
Expand Down

0 comments on commit d1b51af

Please sign in to comment.