We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf35bd commit 059efd6Copy full SHA for 059efd6
.github/workflows/ci.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: '🛠️ macOS quirks for AFL++'
60
if: contains(matrix.config.os, 'macos')
61
run: |
62
- cd AFLplusplus && sudo sh afl-system-config
+ cd AFLplusplus && sudo sh ./afl-system-config
63
64
- name: '🚧 AFLplusplus Setup'
65
0 commit comments