Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 23, 2022
1 parent a008d95 commit dff6e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
mkdir build && cd build
cmake ..
cmake --build .
cmake --build . --target install
sudo cmake --build . --target install
cd ..
- run:
Expand Down

0 comments on commit dff6e9a

Please sign in to comment.