tangled
alpha
login
or
join now
altagos.dev
/
factorio-toolbox
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
workflows: fix missing system libraries
altagos.dev
4 months ago
9d9268d1
3d6965dc
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
1min 23s
+12
-5
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
web.yml
+10
-3
.tangled/workflows/build.yml
···
1
1
when:
2
2
-
- event: ["push", "pull_request"]
3
3
-
branch: ["main"]
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main", "workflows"]
4
4
5
5
engine: nixery
6
6
7
7
dependencies:
8
8
nixpkgs:
9
9
-
- mise
9
9
+
- mise
10
10
+
- libglvnd
10
11
11
12
steps:
13
13
+
- name: Install extra dependencies
14
14
+
command: |
15
15
+
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
16
16
+
nix-channel --update
17
17
+
nix-shell -p xorg.libX11
18
18
+
nix-shell -p xorg.libXcursor
12
19
- name: Setup Zig
13
20
command: |
14
21
mise trust
+2
-2
.tangled/workflows/web.yml
···
1
1
when:
2
2
-
- event: ["push", "pull_request"]
3
3
-
branch: ["main"]
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
5
5
engine: nixery
6
6