Fix actions 😀
This commit is contained in:
parent
18c5a03fc1
commit
3efbd99936
2 changed files with 12 additions and 13 deletions
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
|
@ -15,9 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: install libs
|
||||
run: sudo apt-get install libxinerama1 libxinerama-dev
|
||||
- name: change directory to src dir
|
||||
run: cd src/
|
||||
- name: make install test
|
||||
run: sudo make install
|
||||
run: cd src &&\
|
||||
sudo make install
|
||||
- name: make uninstall
|
||||
run: sudo make uninstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue