Fix actions 😀

This commit is contained in:
Anas Elgarhy 2022-07-16 19:52:01 +02:00
parent 18c5a03fc1
commit 3efbd99936
2 changed files with 12 additions and 13 deletions

View file

@ -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