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 2aea8fe commit aa72abdCopy full SHA for aa72abd
.github/workflows/fuzzing.yml
@@ -95,7 +95,7 @@ jobs:
95
PYTHONPATH: ${{ github.workspace }}
96
run: |
97
cd fuzz
98
- export PYTHONPATH="$PYTHONPATH:/generated"
+ export PYTHONPATH="$PYTHONPATH:./generated"
99
fuzzing_scripts=($(ls *.py))
100
echo "Found Fuzzing scripts: ${fuzzing_scripts[@]}"
101
current_week=($(date -u +%U))
0 commit comments