Skip to content

Commit

Permalink
fix names of presets
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 7, 2024
1 parent dcd52b2 commit cefec92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
uses: lukka/run-cmake@v10
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
configurePreset: ninja-config
buildPreset: x64-Release
configurePreset: ci-release
buildPreset: CI-Build

- name: Copy docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"buildPresets": [
{
"name": "CI-Release",
"name": "CI-Build",
"description": "x64 Release",
"configurePreset": "ci-release",
"targets": [
Expand Down

0 comments on commit cefec92

Please sign in to comment.