this repo has no description

workflows: fix missing system libraries

altagos.dev d97e0867 3d6965dc

verified
+10 -5
+8 -3
.tangled/workflows/build.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 2 + - event: ["push", "pull_request"] 3 + branch: ["main", "workflows"] 4 4 5 5 engine: nixery 6 6 7 7 dependencies: 8 8 nixpkgs: 9 - - mise 9 + - mise 10 + - libglvnd 10 11 11 12 steps: 13 + - name: Install extra dependencies 14 + command: | 15 + nix profile add nixpkgs#xorg.libX11 16 + nix profile add nixpkgs#xorg.libXcursor 12 17 - name: Setup Zig 13 18 command: | 14 19 mise trust
+2 -2
.tangled/workflows/web.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main"] 2 + - event: ["push", "pull_request"] 3 + branch: ["main", "workflows"] 4 4 5 5 engine: nixery 6 6