tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
run exec command instead of install
altagos.dev
3 months ago
88247a33
7f3783cb
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
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-1
.tangled/workflows/build.yml
···
15
15
- name: Setup mise
16
16
command: |
17
17
mise trust
18
18
-
mise install
18
18
+
mise exec zig -- zig --version
19
19
+
mise exec deno -- deno --version
19
20
- name: Download statichost cli
20
21
command: |
21
22
curl -so shcli https://www.statichost.eu/shcli