diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f4169b77..bbeed06e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: | diff --git a/CMakePresets.json b/CMakePresets.json index 1a28f258..1ca865fc 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -32,7 +32,7 @@ ], "buildPresets": [ { - "name": "CI-Release", + "name": "CI-Build", "description": "x64 Release", "configurePreset": "ci-release", "targets": [