Skip to content

sofa-all-packages

sofa-all-packages #4

Workflow file for this run

name: sofa-all-packages
on:
- workflow_dispatch
target_matrix:

Check failure on line 5 in .github/workflows/build-all.yml

View workflow run for this annotation

GitHub Actions / sofa-all-packages

Invalid workflow file

The workflow is not valid. .github/workflows/build-all.yml (Line: 5, Col: 1): Unexpected value 'target_matrix' .github/workflows/build-all.yml (Line: 20, Col: 17): Unrecognized named-value: 'target_matrix'. Located at position 1 within expression: target_matrix
- platform: "linux-64"
runner: "ubuntu-latest"
- platform: "osx-64"
runner: "macos-13"
- platform: "osx-arm64"
runner: "macos-14"
- platform: "win-64"
runner: "windows-latest"
jobs:
build-publish-sofa:
strategy:
fail-fast: false
matrix:
target: ${{ target_matrix }}
uses: ./.github/workflows/build_publish_package.yml
with:
package-name: sofa
runner: ${{ matrix.target.runner }}
platform: ${{ matrix.target.platform }}
anaconda-channel: sofa-framework-prerelease
secrets:
anaconda-token: ${{ secrets.ANACONDA_PRERELEASE_TOKEN }}