Skip to content

Commit 4f55e5d

Browse files
committed
update zinit to v0.2.14
1 parent 67d19cc commit 4f55e5d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/kernel.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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: |

packages/zinit.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ZINIT_VERSION="0.2.11"
2-
ZINIT_HASH="e1d6a6f0ff604e58735cd7bd127e5c78"
1+
ZINIT_VERSION="0.2.14"
2+
ZINIT_HASH="2617c4d62e7b33e34c1836e39a3be93e"
33
ZINIT_BINARY="https://github.com/threefoldtech/zinit/releases/download/v${ZINIT_VERSION}/zinit"
44

55
download_zinit() {

0 commit comments

Comments
 (0)