Skip to content

fix: use official tree-sitter prebuild workflow for multi-platform su… #5

fix: use official tree-sitter prebuild workflow for multi-platform su…

fix: use official tree-sitter prebuild workflow for multi-platform su… #5

Workflow file for this run

name: Build Prebuilds
on:
push:
branches:
- main
- master
- 'fix/**'
pull_request:
workflow_dispatch:
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
prebuild:
uses: tree-sitter/workflows/.github/workflows/package-prebuild.yml@main

Check failure on line 18 in .github/workflows/prebuild.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prebuild.yml

Invalid workflow file

error parsing called workflow ".github/workflows/prebuild.yml" -> "tree-sitter/workflows/.github/workflows/package-prebuild.yml@main" : failed to fetch workflow: workflow was not found.
with:
platforms: >-
windows-2025,
windows-11-arm,
ubuntu-24.04,
ubuntu-24.04-arm,
macos-15,
macos-15-intel