Skip to content

Commit

Permalink
CI: fix test build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jul 3, 2022
1 parent e3a7d28 commit b609ce0
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
@@ -1,5 +1,4 @@
name: Build all platforms
continue-on-error: true

on: [push, pull_request]

Expand All @@ -8,6 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# os: [macos-latest, ubuntu-latest]
Expand Down

0 comments on commit b609ce0

Please sign in to comment.