Skip to content

Commit

Permalink
Correct yaml syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 4, 2022
1 parent bbbb884 commit 3e33a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
fail-fast: false
steps:
steps:
- name: Install Ubuntu build dependencies.
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 3e33a6c

Please sign in to comment.