GitHub Action to build and install the KiCAD CLI.
While this repository is MIT licensed, it includess Git submodules of:
You should make your own checks to ensure that your usage of this GitHub action is valid within these license agreements.
Supported virtual environments are listed in the test workflow.
on: [push]
jobs:
example:
runs-on: ubuntu-latest
steps:
# Load your repository.
- uses: actions/checkout@v2
# Install this github action.
- uses: neomura/[email protected]
# KiCAD is now available on the path.
- run: pcbnew --help
shell: bash