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

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:

- 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.