Skip to content

Commit a195a82

Browse files
authored
update name
Signed-off-by: Anton-4 <[email protected]>
1 parent 9f40903 commit a195a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_new_compiler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: zig fmt --check .
2222

2323
zig-tests:
24-
needs: checks
24+
needs: check-zig-fmt
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
@@ -51,4 +51,4 @@ jobs:
5151
- name: check if statically linked (macOS)
5252
if: startsWith(matrix.os, 'macos')
5353
run: |
54-
otool -L ./zig-out/bin/roc
54+
otool -L ./zig-out/bin/roc

0 commit comments

Comments
 (0)