Skip to content

Commit

Permalink
fix CI 29
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent bee3803 commit f2e30bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cmake --build build --verbose -j$(nproc)
- name: Install
run: |
cmake --install $GITHUB_WORKSPACE/build --verbose -j$(nproc)
cmake --install $GITHUB_WORKSPACE/build --verbose
- name: Add the bin directory to PATH
run: |
echo "$HOME/install/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit f2e30bb

Please sign in to comment.