Fix error 😃

This commit is contained in:
Anas Elgarhy 2022-07-16 19:31:36 +02:00
parent 1ae140d77e
commit 18c5a03fc1

View file

@ -14,8 +14,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: install libs - name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev \ run: sudo apt-get install libxinerama1 libxinerama-dev
cd src/ - name: change directory to src dir
run: cd src/
- name: make install test - name: make install test
run: sudo make install run: sudo make install
- name: make uninstall - name: make uninstall