Skip to content

Commit 346de8a

Browse files
committed
avoid system afl in ci
1 parent 350767c commit 346de8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_zig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: build roc
5252
run: |
53-
zig build -Dllvm -Dfuzz
53+
zig build -Dllvm -Dfuzz -Dsystem-afl=false
5454
5555
- name: roc executable minimal check (Unix)
5656
if: runner.os != 'Windows'
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: zig tests
6666
run: |
67-
zig build test -Dllvm -Dfuzz
67+
zig build test -Dllvm -Dfuzz -Dsystem-afl=false
6868
6969
- name: zig snapshot tests
7070
run: zig build snapshot

0 commit comments

Comments
 (0)