Merge pull request #3 from Anas-Elgarhy/Anas-Elgarhy-patch-1

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

View File

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