Fix error 😃

This commit is contained in:
Anas Elgarhy 2022-07-16 19:31:36 +02:00
parent 1ae140d77e
commit 18c5a03fc1
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev \
cd src/
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
- name: make uninstall