Update build.yml
continue on error will make jobs complete even if some fail.
This commit is contained in:
parent
22f3750497
commit
a7431debbd
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
Loading…
Reference in New Issue
Block a user