Skip to content

Commit

Permalink
fix(workflow): use sudo when installing (#87)
Browse files Browse the repository at this point in the history
* fix(workflow): use sudo when installing

* edit: remove sudo in ubuntu container [skip ci]
  • Loading branch information
HPDell authored Jul 14, 2024
1 parent 56b31b2 commit 2adab8e
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 @@ -100,7 +100,7 @@ jobs:
mkdir build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE:STRING=Release -DWITH_TESTS:BOOL=OFF
cmake --build build --config Release
cmake --install build
sudo cmake --install build
- name: Test Find
run: |
cmake -B build/CMakeFind -S test/CMakeFind
Expand Down

0 comments on commit 2adab8e

Please sign in to comment.