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 43cdf4b commit 019d4f5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,4 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Ferris Sweep
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@master
with:
board: nice_nano_v2
shield: splitkb_aurora_sweep_left splitkb_aurora_sweep_right
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

0 comments on commit 019d4f5

Please sign in to comment.