diff --git a/.github/actions/setup_base/action.yml b/.github/actions/setup_base/action.yml index 648253cc..e8540be9 100644 --- a/.github/actions/setup_base/action.yml +++ b/.github/actions/setup_base/action.yml @@ -25,6 +25,7 @@ runs: glslang \ go \ hyprlang \ + hyprcursor \ jq \ libc++ \ libdisplay-info \ @@ -58,11 +59,11 @@ runs: libzip \ librsvg - - name: Get hyprcursor-git + - name: Get hyprwayland-scanner-git shell: bash run: | - git clone https://github.com/hyprwm/hyprcursor --recursive - cd hyprcursor + git clone https://github.com/hyprwm/hyprwayland-scanner --recursive + cd hyprwayland-scanner 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