Skip to content

Commit fadb6a1

Browse files
committed
Don't forget sudo
1 parent eb91729 commit fadb6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd build
4444
cmake ..
4545
make
46-
make install
46+
sudo make install
4747
4848
4949
# - name: Run pytest

0 commit comments

Comments
 (0)