Skip to content

Commit

Permalink
Fixed workflow .yml again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Jan 22, 2024
1 parent 574d7bc commit 6dce524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: make -C bench verify

- name: Set up arm-none-eabi-gcc
uses: ryanwinter/arm-none-eabi-gcc@master
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '10.3-2021.10'
release: latest

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

0 comments on commit 6dce524

Please sign in to comment.