Merge pull request #48 from levnikmyskin/ci/fix_build

Fix CI build
This commit is contained in:
Alessio Molinari 2024-06-12 23:29:55 +02:00 committed by GitHub
commit d3c1d4acc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ jobs:
if: github.ref == 'refs/heads/main'|| github.base_ref == 'main'
with:
INSTALL_XORG_PKGS: true
branch: 'v0.40.0'
hyprwayland: 'v0.3.4'
branch: 'v0.41.0'
hyprwayland: 'v0.3.10'
- name: Setup base on dev
uses: ./.github/actions/setup_base