jobs:
build:
- name: "[ Linux ]" ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+ name: \[ Linux \] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
jobs:
build:
- name: "[ Mac ]" ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+ name: \[ Mac \] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
jobs:
build:
- name: "[Windows]" ${{ matrix.double && 'double' || 'float'}}
+ name: \[Windows\] ${{ matrix.double && 'double' || 'float'}}
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy: