diff options
-rw-r--r-- | .github/workflows/linux_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 09815d6..610c16c 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml | |||
@@ -9,7 +9,7 @@ jobs: | |||
9 | os: [macos-latest, ubuntu-18.04] | 9 | os: [macos-latest, ubuntu-18.04] |
10 | compiler: [clang, gcc] | 10 | compiler: [clang, gcc] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: true | 12 | continue-on-error: false |
13 | env: | 13 | env: |
14 | CC: ${{ matrix.compiler }} | 14 | CC: ${{ matrix.compiler }} |
15 | ARCH: native | 15 | ARCH: native |