Skip to content

Commit

Permalink
Add build configuration option to installation step in GitHub Actions…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
royshil committed Nov 5, 2024
1 parent 6356856 commit fb0ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: cmake --build build --config ${{ matrix.build_type }}

- name: Install
run: cmake --install build --prefix ${{ github.workspace }}/dist
run: cmake --install build --prefix ${{ github.workspace }}/dist --config ${{ matrix.build_type }}

0 comments on commit fb0ee60

Please sign in to comment.