Skip to content

Commit

Permalink
Update GitHub testing script to use current software
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Nov 8, 2023
1 parent 9f7bed9 commit ec191af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '11.3.Rel1'
- name: compile-revI
run: pushd software/firmware && make clean && make -j all BOARD_REV=I
- name: compile-revM
run: pushd software/firmware && make clean && make -j all BOARD_REV=M

0 comments on commit ec191af

Please sign in to comment.