mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 07:45:59 +01:00
ci: add aq
This commit is contained in:
parent
f059851ce5
commit
557d2ab3ed
1 changed files with 5 additions and 0 deletions
5
.github/actions/setup_base/action.yml
vendored
5
.github/actions/setup_base/action.yml
vendored
|
@ -74,6 +74,11 @@ runs:
|
|||
run: |
|
||||
git clone https://github.com/hyprwm/hyprutils && cd hyprutils && cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -B build && cmake --build build --target hyprutils && cmake --install build
|
||||
|
||||
- name: Get aquamarine-git
|
||||
shell: bash
|
||||
run: |
|
||||
git clone https://github.com/hyprwm/aquamarine && cd aquamarine && cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -B build && cmake --build build --target aquamarine && cmake --install build
|
||||
|
||||
- name: Get Xorg pacman pkgs
|
||||
shell: bash
|
||||
if: inputs.INSTALL_XORG_PKGS == 'true'
|
||||
|
|
Loading…
Reference in a new issue