Update build.yml

continue on error will make jobs complete even if some fail.
This commit is contained in:
Jacob Gadikian 2021-02-16 19:53:29 +07:00 committed by GitHub
parent 22f3750497
commit a7431debbd

View File

@ -4,6 +4,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
continue-on-error: true
strategy: strategy:
matrix: matrix:
os: os: