Skip to content

Commit

Permalink
Fixed typo in sanitizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Apr 19, 2024
1 parent 36734e4 commit b29144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: 3.9

- name: Run sanitizer
if: steps.install.outcome == 'success'
if: steps.setup_python.outcome == 'success'
shell: bash -l {0}
run: |
make sanitize
Expand Down

0 comments on commit b29144f

Please sign in to comment.