diff options
author | vaxerski <[email protected]> | 2022-11-13 14:41:26 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-13 14:41:26 +0000 |
commit | a7ed3a5e4718c5c3a84306bb190a3272e2bdecda (patch) | |
tree | 0d0823ee8bdbe7ea71155dc8c87f9e4f723922fe | |
parent | 884fc4f89c21d670a3703388924ebbe1099e7a51 (diff) | |
download | Hyprland-a7ed3a5e4718c5c3a84306bb190a3272e2bdecda.tar.gz Hyprland-a7ed3a5e4718c5c3a84306bb190a3272e2bdecda.zip |
fix arch ci
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index def12910..2e0c7d49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: cp ./LICENSE hyprland/ cp build/Hyprland hyprland/ cp hyprctl/hyprctl hyprland/ - cp subprojects/wlroots/build/libwlroots.so.11032 hyprland/ + cp subprojects/wlroots/build/libwlroots.so.12032 hyprland/ cp build/Hyprland hyprland/ cp -r example/ hyprland/ cp -r assets/ hyprland/ |