Skip to content

Commit

Permalink
Fix yaml syntax in fuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 8, 2024
1 parent 663078d commit f34cbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
name: artifacts
path: ./out/artifacts
- name: Install Python Dependencies
run: python -m pip install --upgrade setuptools build wheel
- name: Install Python Dependencies
run: python -m pip install --upgrade setuptools build wheel

0 comments on commit f34cbeb

Please sign in to comment.