Skip to content

Commit

Permalink
ci(build): fixed condition for install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqvrent committed Oct 31, 2022
1 parent e094e31 commit a92c066
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 @@ -38,6 +38,6 @@ jobs:
- if: matrix.config.os == 'ubuntu-latest'
name: "Install (Ubuntu)"
run: sudo cmake --install build --config ${{ env.CMAKE_BUILD_TYPE }}
- if: matrix.config.os != 'windows-latest'
- if: matrix.config.os != 'ubuntu-latest'
name: "Install (Windows)"
run: cmake --install build --config ${{ env.CMAKE_BUILD_TYPE }}

0 comments on commit a92c066

Please sign in to comment.