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
bb7cacbc
94ac541f
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
5s
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-2
.tangled/workflows/build.yml
reviewed
···
19
19
- name: Setup mise
20
20
command: |
21
21
curl https://mise.run | sh
22
22
-
alias mise="/tangled/home/.local/bin/mise"
23
23
-
mise install
22
22
+
ln --symbolic mise /tangled/home/.local/bin/mise
23
23
+
./mise install
24
24
- name: Setup Zig + Bun
25
25
command: |
26
26
mise exec zig -- zig version