Fix path 😁

This commit is contained in:
Anas Elgarhy 2022-07-16 19:00:14 +02:00
parent 7ee26392d0
commit 2dea5af3fe
1 changed files with 2 additions and 1 deletions

View File

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