Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magoz committed Dec 9, 2024
1 parent ee80aac commit 43cdf4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
name: Build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build Ferris Sweep
uses: zmkfirmware/zmk-build-arm@stable
uses: zmkfirmware/zmk-build@master
with:
board: nice_nano_v2
shield: ferris_sweep_left ferris_sweep_right
- name: Build Aurora Sweep
uses: zmkfirmware/zmk-build-arm@stable
uses: zmkfirmware/zmk-build@master
with:
board: nice_nano_v2
shield: splitkb_aurora_sweep_left splitkb_aurora_sweep_right

0 comments on commit 43cdf4b

Please sign in to comment.