Skip to content

blah

blah #83

Workflow file for this run

name: CMake
on: [push, pull_request]
jobs:
CI:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
uses: ./.github/workflows/cmake-single-os.yml

Check failure on line 11 in .github/workflows/cmake.yml

View workflow run for this annotation

GitHub Actions / CMake

Invalid workflow file

The workflow is not valid. In .github/workflows/cmake.yml (Line: 11, Col: 11): Error from called workflow vaintroub/sysbench/.github/workflows/cmake-single-os.yml@ba7afae4dee0d5d36fec9d13dfe420dc97b02f67 (Line: 197, Col: 31): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.os == 'Windows' && 'mysql.sock' || '/tmp/mysql.sock'
with:
os: ${{ matrix.os}}