From 003c77c7ceebd4a6b6ffb6d1ae3396b53132bc70 Mon Sep 17 00:00:00 2001 From: Alessio Molinari Date: Sat, 15 Jun 2024 12:06:32 +0200 Subject: [PATCH] fix(ci): update to hyprland 0.41.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64b27a0..163f140 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: if: github.ref == 'refs/heads/main'|| github.base_ref == 'main' with: INSTALL_XORG_PKGS: true - branch: 'v0.41.0' + branch: 'v0.41.1' hyprwayland: 'v0.3.10' - name: Setup base on dev