tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
mise trust
altagos.dev
3 months ago
ab987df9
f41c3e89
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
11s
+2
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-4
.tangled/workflows/build.yml
reviewed
···
16
16
17
17
steps:
18
18
- name: Setup mise
19
19
-
environment:
20
20
-
MISE_TRACE: 1
21
19
command: |
22
22
-
curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh
23
23
-
MISE_TRACE=1 mise install
20
20
+
mise trust
21
21
+
mise install
24
22
- name: Setup Zig + Bun
25
23
command: |
26
24
mise exec zig -- zig version