Skip to content

Commit

Permalink
ci: remove continue-on-error for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 7, 2024
1 parent 520e33c commit a2bc189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:

jobs:
build:
continue-on-error: ${{ matrix.os == 'windows-latest' }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit a2bc189

Please sign in to comment.