Skip to content

Commit 10a62bb

Browse files
committed
Fix
1 parent 4345572 commit 10a62bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/py_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: '🚧 AFLplusplus Checkout'
4141
uses: actions/checkout@v4
4242
with:
43-
repository: 'AFLplusplus/AFLplusplus'
44-
ref: 'dev'
43+
repository: 'wtdcode/AFLplusplus' # Until merged into main
44+
ref: 'uc-mode'
4545
path: 'AFLplusplus'
4646

4747
- name: '🚧 AFLplusplus Setup'
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: '🚧 Fuzz 4-byte cmplog for 60 seconds'
5757
run: |
58-
./AFLplusplus/afl-fuzz -i ./input -o ./output-4 -b 1 -g 4 -G 4 -V 60 -c 0 -U -- python3 examples/sample.py @@
58+
source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-4 -b 1 -g 4 -G 4 -V 60 -c 0 -U -- python3 examples/sample.py @@
5959
env:
6060
AFL_BENCH_UNTIL_CRASH: 1
6161
AFL_NO_CRASH_README: 1
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: '🚧 Fuzz 8-byte cmplog for 60 seconds'
8181
run: |
82-
./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- python3 examples/sample.py @@ true
82+
source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- python3 examples/sample.py @@ true
8383
env:
8484
AFL_BENCH_UNTIL_CRASH: 1
8585
AFL_NO_CRASH_README: 1

0 commit comments

Comments
 (0)