Skip to content

Commit

Permalink
Fix install command in ci-nodeps (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 17, 2024
1 parent 2f52784 commit 5499ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Install
run: |
cd build
cmake --install ./build
cmake --install .

0 comments on commit 5499ebc

Please sign in to comment.