mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 06:45:58 +01:00
Updated the workflow, I have no idea what I'm doing
This commit is contained in:
parent
df08ada531
commit
16e57393c8
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
|
run: sudo apt install xcb cmake gcc libgtk-3-dev ninja-build
|
||||||
- name: configure
|
- name: configure
|
||||||
run: make clear
|
run: make clear
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Loading…
Reference in a new issue