diff options
author | Mihai Fufezan <[email protected]> | 2024-12-07 22:01:32 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-12-07 22:01:32 +0200 |
commit | c106f454c136ecca47f84c659c58e19670050412 (patch) | |
tree | 82d199062c2011080c49a4c3bfc519bcf1eb3dd8 /.github | |
parent | 875b598a33592ca1aad27bfa76b7ca033665228e (diff) | |
download | Hyprland-c106f454c136ecca47f84c659c58e19670050412.tar.gz Hyprland-c106f454c136ecca47f84c659c58e19670050412.zip |
CI/Nix: temporarily disable cross build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nix-build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index d1f47ee4..a98468ac 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -12,7 +12,8 @@ jobs: matrix: package: - hyprland - - hyprland-cross + # - hyprland-cross # cross compiling fails due to qt + # failure chain: hyprland-qtutils -> qt6.qtsvg -> qt6.qtbase -> psqlodbc & qt6.qttranslations - xdg-desktop-portal-hyprland runs-on: ubuntu-latest |