Skip to content

Commit

Permalink
Fixed github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Oct 12, 2024
1 parent d672779 commit 52cd2d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
release: latest

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

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

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

0 comments on commit 52cd2d3

Please sign in to comment.