Update c-cpp.yml #2

Merged
anas-elgarhy merged 1 commit from Anas-Elgarhy-patch-1 into master 2022-04-25 15:26:12 +00:00

View file

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