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
d97e0867
3d6965dc
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/2
build.yml
failed
3s
web.yml
timeout
57s
+10
-5
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
web.yml
+8
-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 profile add nixpkgs#xorg.libX11
16
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
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