From 64bab144831415e1940eb177170f4bae2c6e618f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Dec 2020 11:55:37 -0500 Subject: [PATCH] actions take 19 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dc33f16..e2f367fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,6 @@ on: defaults: run: shell: bash - continue-on-error: true jobs: build: @@ -17,6 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016] + continue-on-error: true steps: - uses: actions/checkout@master with: