Skip to content

Commit

Permalink
fix: fixed CI to work with aquamarine
Browse files Browse the repository at this point in the history
  • Loading branch information
WhySoBad committed Jul 22, 2024
1 parent 9ab5870 commit a296f7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/setup_base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ runs:
libxfont2 \
libxkbcommon \
libxkbfile \
libxcursor \
lld \
meson \
ninja \
Expand Down Expand Up @@ -89,6 +90,15 @@ runs:
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`
cmake --install build
- name: Get aquamarine
shell: bash
run: |
git clone https://github.com/hyprwm/aquamarine.git
cd aquamarine
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`
cmake --install build
- name: Get Xorg pacman pkgs
shell: bash
if: inputs.INSTALL_XORG_PKGS == 'true'
Expand Down

0 comments on commit a296f7a

Please sign in to comment.