Skip to content

Commit

Permalink
yaml syntax error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Aug 3, 2024
1 parent a379cb4 commit 94ba87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
shell: bash
run:
find "build/venv" -name "msvcp140*" -exec rm {} \;
- name: Rerun failed tests verbosely
- name: Rerun failed tests verbosely
if: failure()
shell: bash
run: |
Expand Down

0 comments on commit 94ba87f

Please sign in to comment.