mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-13 17:06:26 -04:00
- Simplify some workflow steps and auxiliary scripts
- Build library using cmake when not cross-compiling
- Try to fetch fixtures from cache first
- Use `actions-rust-lang/setup-rust-toolchain`
(cherry picked from commit e8e56255bd)
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
exec docker run --rm -v /home/runner:/home/runner -w "$PWD" "$CROSS_IMAGE" "$@"
|