Skip to content

Commit

Permalink
Update makefile-crk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nudzik authored Mar 19, 2024
1 parent 422f12d commit f52ba86
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/makefile-crk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

# - name: configure
# run: ./configure
- uses: actions/checkout@v3

# - name: Install dependencies
# run: make
- name: Build Firmware
uses: ./
with:
keymap-path: "keyboards/crkbd/keymaps/via"
keyboard: "crkbd/rev1"
keymap: "via"

# - name: Run check
# run: make check

# - name: Run distcheck
# run: make distcheck

- name: build crkbd keyboard
run: make crkbd:via
- name: Upload a Firmware
uses: actions/upload-artifact@v3.1.2
with:
name: firmware
path: build

0 comments on commit f52ba86

Please sign in to comment.