This commit is contained in:
Anas Elgarhy 2022-04-25 17:27:28 +02:00 committed by GitHub
parent 9028b205c1
commit 9515f34a45
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