mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
Update c-cpp.yml
This commit is contained in:
parent
e5cb9e23cb
commit
4c43dbe6c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: getpkgs
|
- name: getpkgs
|
||||||
run: sudo apt install xcb cmake gcc libgtk-3-dev ninja-build libgdk-pixbuf2.0-0
|
run: sudo apt install xcb cmake gcc libgtk-3-dev ninja-build libgdk-pixbuf2.0-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: make clear
|
run: make clear
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Loading…
Reference in a new issue