fix Permission🤐

This commit is contained in:
Anas Elgarhy 2022-04-25 17:29:34 +02:00 committed by GitHub
parent 4ab8719042
commit cbcfedc39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ jobs:
- name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev
- name: make install test
run: make install
run: sudo make install
- name: make uninstall
run: make uninstall
run: sudo make uninstall