Skip to content

add github ci13

add github ci13 #5

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:b5ec6775b4a5b19542d0080e2ba517bb457a8379) : You have an error in your yaml syntax on line 13
with:
use-system-libraries: ${{ matrix.use-system-libraries }}
secrets: inherit