We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb91729 commit fadb6a1Copy full SHA for fadb6a1
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
cd build
44
cmake ..
45
make
46
- make install
+ sudo make install
47
48
49
# - name: Run pytest
0 commit comments