Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jun 26, 2023
1 parent 7a5f1ac commit a919082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "RUN_TEST=$RUN_TEST" >> $GITHUB_OUTPUT
- name: Check watch files (powershell)
if: ${{ matrix.os == windows-latest }}
if: ${{ matrix.os == 'windows-latest' }}
run: |
$RUN_TEST = 0
# Always run test on workflow dispatch
Expand Down

0 comments on commit a919082

Please sign in to comment.