mirror of https://github.com/nirenjan/pinelog.git
Fix syntax for workflow
parent
5213bef139
commit
9eb249d300
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue