Skip to content

Commit 2f703a0

Browse files
committed
migrate to zig 2
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent bf9dfba commit 2f703a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-fault-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
310310
- name: Install zig
311311
if: matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-musl'
312-
uses: mlugg/setup-zig@v1
312+
uses: mlugg/setup-zig@v2
313313

314314
- name: Install cargo zigbuild
315315
if: matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-musl'

fault/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ include = [
2020
"README.md",
2121
]
2222

23-
2423
[workspace.dependencies]
2524
which = { version = "7.0.3", default-features = false }
2625
anyhow = { version = "1", default-features = false }

0 commit comments

Comments
 (0)