1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:02:24 +00:00
niar/setup-action/README.md
2024-07-02 13:08:45 +03:00

20 lines
540 B
Markdown

# kivikakk/niar/setup-action
Use after cloning your project repository. You'll need to specify Niar as a
dependency, and any HEAD versions of Amaranth et al. needed.
Usage:
```yaml
- uses: kivikakk/niar/setup-action@main
with:
install-oss-cad-suite: true
github-token: ${{ secrets.GITHUB_TOKEN }}
install-zig: 0.13.0
```
* Installs Python and PDM.
* Runs `pdm install`.
* If `install-oss-cad-suite` is specified, installs OSS CAD Suite using `github-token`.
* If `install-zig` is specified, installs given version of Zig.