Skip to content

use brewkit-v1

use brewkit-v1 #123

Workflow file for this run

name: ci-squared
run-name: ci²
on:
pull_request:
paths:
- .github/workflows/pkg.yml
- .github/workflows/pkg-for-platform.yml
- .github/workflows/ci-squared.yml
concurrency:
group: pulls/${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci²
uses: ./.github/workflows/pkg.yml

Check failure on line 18 in .github/workflows/ci-squared.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-squared.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-squared.yml" -> "./.github/workflows/pkg.yml" --> "./.github/workflows/pkg-platform.yml" : You have an error in your yaml syntax on line 174
strategy:
fail-fast: false
matrix:
pkg:
- r-wos.org/gti
- github.com/ggerganov/llama.cpp # has platform restrictions
with:
pkg: ${{ matrix.pkg }}
upload: false
secrets: inherit