Skip to content

Commit

Permalink
Ensure the right configuration is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 7, 2024
1 parent f377dab commit 6272fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
run: cmake --build cmake-build

- name: Install
run: cmake --install cmake-build
run: cmake --install cmake-build --config ${{ matrix.build_type }}

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6272fe7

Please sign in to comment.