Fix error 😃
This commit is contained in:
parent
1ae140d77e
commit
18c5a03fc1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
|
@ -14,8 +14,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install libs
|
||||
run: sudo apt-get install libxinerama1 libxinerama-dev \
|
||||
cd src/
|
||||
run: sudo apt-get install libxinerama1 libxinerama-dev
|
||||
- name: change directory to src dir
|
||||
run: cd src/
|
||||
- name: make install test
|
||||
run: sudo make install
|
||||
- name: make uninstall
|
||||
|
|
Loading…
Reference in a new issue