forked from rchoc/config
feat: pristine builds #1
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@ on: [push]
|
||||||
name: Build ZMK firmware
|
name: Build ZMK firmware
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: actions/build-zmk/.forgejo/workflows/split.yml@v1
|
uses: actions/build-zmk/.forgejo/workflows/split.yml@v1.1
|
||||||
with:
|
with:
|
||||||
board: nice_nano_v2
|
board: nice_nano_v2
|
||||||
shield: rchoc
|
shield: rchoc
|
||||||
extra: "$dir/rchoc_shields"
|
extra: "$dir/rchoc_shields"
|
||||||
|
pristine: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue