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