fix Permission🤐
This commit is contained in:
parent
4ab8719042
commit
cbcfedc39a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: install libs
|
||||
run: sudo apt-get install libxinerama1 libxinerama-dev
|
||||
- name: make install test
|
||||
run: make install
|
||||
run: sudo make install
|
||||
- name: make uninstall
|
||||
run: make uninstall
|
||||
run: sudo make uninstall
|
||||
|
|
Loading…
Reference in a new issue