Skip to content

sofa

sofa #11

Workflow file for this run

name: sofa
on:
- workflow_call
- workflow_dispatch
jobs:
build-publish-sofa:
strategy:
fail-fast: false
matrix:
target: [{platform: "linux-64", runner: "ubuntu-latest"},
{platform: "osx-64", runner: "macos-13"},
{platform: "osx-arm64", runner: "macos-14"},
{platform: "win-64", runner: "windows-latest"}]
uses: ./.github/workflows/build_publish_package.yml

Check failure on line 16 in .github/workflows/sofa.yml

View workflow run for this annotation

GitHub Actions / sofa

Invalid workflow file

The workflow is not valid. In .github/workflows/sofa.yml (Line: 16, Col: 11): Error from called workflow sofa-framework/conda-ci/.github/workflows/build_publish_package.yml@c3adb1f805de8226641d2d2595b1e8be4ccd027d (Line: 78, Col: 12): Unexpected symbol: '('. Located at position 8 within expression: env.get(\"GIT_BUILD_STRING\")
with:
package-name: sofa
runner: ${{ matrix.target.runner }}
platform: ${{ matrix.target.platform }}
anaconda-channel: sofa-framework
is-nightly: false
version: "24.12.00"
git-ref: "tag: v24.12.00"
secrets:
anaconda-token: ${{ secrets.ANACONDA_TOKEN }}