Skip to content

Commit

Permalink
CI: make install needs sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 3, 2024
1 parent 43ecd64 commit b4fdbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd HighFive*
cmake -S . -B build
cmake --build build
cmake --install build
sudo cmake --install build
- name: Run CMake
run: |-
Expand Down

0 comments on commit b4fdbf5

Please sign in to comment.