ci: allow build to continue if os fails

This commit is contained in:
Ronny Chan 2023-01-16 20:24:13 -05:00 committed by GitHub
parent 479015d223
commit 3cdd44f5bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository