Skip to content

add github ci12

add github ci12 #4

Workflow file for this run

name: Config Workflow
on:
push:
jobs:
build-and-test:
strategy:
# super important if you want to see all results, even if one fails
# fail-fast is true by default
fail-fast: false
matrix:
use-system-libraries: ["OFF","ON"]
uses: ./.github/workflows/common-workflow.yml # calls the one above

Check failure on line 14 in .github/workflows/config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/config.yml

Invalid workflow file

error parsing called workflow ".github/workflows/config.yml" -> "./.github/workflows/common-workflow.yml" (source branch with sha:4c54e781908d1c6035e1064f4a8f207db74412a9) : You have an error in your yaml syntax on line 13
with:
use-system-libraries: ${{ matrix.use-system-libraries }}
secrets: inherit