mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 16:09:49 +01:00
CI/Nix: temporarily disable cross build
This commit is contained in:
parent
875b598a33
commit
c106f454c1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix-build.yml
vendored
3
.github/workflows/nix-build.yml
vendored
|
@ -12,7 +12,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- hyprland
|
- 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
|
- xdg-desktop-portal-hyprland
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue