From 557d2ab3ed0393ef815cbe837e4c97ca88a42754 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 17 Jul 2024 21:17:23 +0200 Subject: [PATCH] ci: add aq --- .github/actions/setup_base/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/setup_base/action.yml b/.github/actions/setup_base/action.yml index 307cdb3f..26660ce6 100644 --- a/.github/actions/setup_base/action.yml +++ b/.github/actions/setup_base/action.yml @@ -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'