Skip to content

Commit bd3855f

Browse files
committed
improve ci time
1 parent 84274f2 commit bd3855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: install gcc plugin
3434
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
3535
- name: build afl++
36-
run: make distrib ASAN_BUILD=1
36+
run: make distrib ASAN_BUILD=1 NO_NYX=1
3737
- name: run tests
3838
run: sudo -E ./afl-system-config; make tests
3939
macos:

0 commit comments

Comments
 (0)