diff options
author | Vaxry <[email protected]> | 2024-04-21 18:11:04 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 18:11:04 +0100 |
commit | 7401371517b9193c87924e5c2ef0b7e9be8a13c8 (patch) | |
tree | 3b6afb85a8258b187369135cbfb41b298343d1e7 | |
parent | 4ef15fe018f41c04f5d5b023364b76390babc7ab (diff) | |
download | Hyprland-7401371517b9193c87924e5c2ef0b7e9be8a13c8.tar.gz Hyprland-7401371517b9193c87924e5c2ef0b7e9be8a13c8.zip |
take 2
-rw-r--r-- | .github/actions/setup_base/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/setup_base/action.yml b/.github/actions/setup_base/action.yml index ad6ff552..d7875fa6 100644 --- a/.github/actions/setup_base/action.yml +++ b/.github/actions/setup_base/action.yml @@ -59,8 +59,8 @@ runs: xcb-util \ xcb-util-image \ libzip \ - librsvg - pip3 install meson + librsvg \ + hyprland - name: Get hyprwayland-scanner-git shell: bash |