Skip to content

Commit

Permalink
Updated arm gcc to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab authored Aug 1, 2023
1 parent a50b5bc commit 61fc4aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: actions/checkout@v3

- name: arm-none-eabi-gcc install
uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0
uses: carlosperate/arm-none-eabi-gcc-action@v1.6.0
with:
release: '12.2.Rel1'

- name: arm-none-eabi-gcc version
run: arm-none-eabi-gcc --version
Expand Down

0 comments on commit 61fc4aa

Please sign in to comment.