Skip to content

Commit

Permalink
fuzz: fix fuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Jul 20, 2024
1 parent 389590d commit 5087af9
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 5087af9

Please sign in to comment.