File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
2222 run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
2323 id : runbranch
2424
25- - name : " Install: go"
26- uses : actions/setup-go@v1
27- with :
28- go-version : 1.21
29- id : go
25+ # - name: "Install: go"
26+ # uses: actions/setup-go@v2
27+ # with:
28+ # go-version: 1.21
29+ # id: go
3030
3131 - name : " Install: requirements"
3232 run : |
33- bash ./autobuild/tf-build-deps-clean .sh
33+ bash ./autobuild/tf-build-deps.sh
3434
35- - name : " Install: rust"
36- uses : actions-rs/toolchain@v1
37- with :
38- toolchain : stable
39- target : x86_64-unknown-linux-musl
40- default : true
35+ # - name: "Install: rust"
36+ # uses: actions-rs/toolchain@v1
37+ # with:
38+ # toolchain: stable
39+ # target: x86_64-unknown-linux-musl
40+ # default: true
4141
4242 - name : " Fetch: sources"
4343 run : |
Original file line number Diff line number Diff line change 1- ZINIT_VERSION=" 0.2.11 "
2- ZINIT_HASH=" e1d6a6f0ff604e58735cd7bd127e5c78 "
1+ ZINIT_VERSION=" 0.2.14 "
2+ ZINIT_HASH=" 2617c4d62e7b33e34c1836e39a3be93e "
33ZINIT_BINARY=" https://github.com/threefoldtech/zinit/releases/download/v${ZINIT_VERSION} /zinit"
44
55download_zinit () {
You can’t perform that action at this time.
0 commit comments