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