Fix syntax for workflow

master
nirenjan 2021-12-03 23:15:03 -08:00
parent 5213bef139
commit 9eb249d300
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
build:
name: ${{ join(matrix.*, '/') }}
runs-on: ${{ matrix.os }}
continue-on-error: "!${{ startsWith(matrix.os, 'ubuntu-') }}"
continue-on-error: "${{ !startsWith(matrix.os, 'ubuntu-') }}"
env:
CC: ${{ matrix.cc }}