Skip to content

Commit 4591a03

Browse files
authored
remove old zig version check
Signed-off-by: Anton-4 <[email protected]>
1 parent a396265 commit 4591a03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/nix_macos_apple_silicon.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
# These started to accumulate quickly since #5990, not sure why
1818
- name: Clean up old nix shells
1919
run: rm -rf /private/tmp/nix-shell.*
20-
21-
- run: zig version
22-
20+
2321
- name: check formatting with rustfmt
2422
run: nix develop -c cargo fmt --all -- --check
2523

0 commit comments

Comments
 (0)