Skip to content

Commit

Permalink
Fixed makefile.yml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Jun 11, 2024
1 parent 7216691 commit ce9e3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
release: latest

- name: Build REV5A firmware
run: make -C src HWREV=REV5A
run: make -C src HWREV=PHOBIA_rev5

- name: Build PESC1 firmware
run: make -C src HWREV=PESC1
run: make -C src HWREV=PESC_r1

- name: Build FSESC67 firmware
run: make -C src HWREV=FSESC67
run: make -C src HWREV=MKESC_60100_v2

0 comments on commit ce9e3ca

Please sign in to comment.