Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
Build src/build-scripts/hex2dfu
  • Loading branch information
bvernoux committed Jun 12, 2024
1 parent 4b7ac3e commit 2a149ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install standalone reference GCC toolchain
run: bash scripts/env.sh

- name: Build src/build-scripts/hex2dfu
run: cd src/build-scripts && make clean all

- name: Build hydrafw
run: source build.env && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && make V=1 -j$(nproc) -C src/

Expand Down

0 comments on commit 2a149ed

Please sign in to comment.