Skip to content

Commit

Permalink
Fix CI fuzz job yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 8, 2024
1 parent 4c629d9 commit ec6953e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Install Python Dependencies
run: |
apt install python3-setuptools
python3 -m pip install --upgrade build wheel
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
Expand All @@ -21,5 +25,3 @@ jobs:
with:
name: artifacts
path: ./out/artifacts
- name: Install Python Dependencies
run: python -m pip install --upgrade setuptools build wheel

0 comments on commit ec6953e

Please sign in to comment.