Skip to content

Commit

Permalink
Fix name of preset used in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhard-s committed Apr 26, 2024
1 parent d434ef7 commit d3e35d6
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 @@ -59,7 +59,7 @@ jobs:
fail-on-cache-miss: true

- name: Configure CMake
run: cmake -S . -B ${{ env.BUILD_DIR }} --preset vcpkg-x64-windows -T ${{ matrix.toolset }} -DVCPKG_MANIFEST_INSTALL=OFF
run: cmake -S . -B ${{ env.BUILD_DIR }} --preset vcpkg-windows -T ${{ matrix.toolset }} -DVCPKG_MANIFEST_INSTALL=OFF

- name: Build
run: cmake --build ${{ env.BUILD_DIR }} --config ${{ matrix.build_type }}
Expand Down

0 comments on commit d3e35d6

Please sign in to comment.