Build ZMK firmware (nix) #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build ZMK firmware (nix) | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- config/** | |
- build.yaml | |
jobs: | |
build: | |
uses: urob/zmk-actions/.github/workflows/build-user-config.yml@v4 | |
with: | |
# Optionally choose the toolchain to use: Zephyr SDK (default) or GNU Arm | |
# Embedded ('gnuarmemb'). The latter results in slightly faster builds. | |
toolchain: zephyr |