We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bf422 commit 049945aCopy full SHA for 049945a
.github/workflows/build.yml
@@ -21,9 +21,9 @@ jobs:
21
- uses: actions/checkout@v3
22
23
- name: arm-none-eabi-gcc install
24
- uses: carlosperate/arm-none-eabi-gcc-action@v1.6.0
+ uses: carlosperate/arm-none-eabi-gcc-action@v1.11.1
25
with:
26
- release: '12.2.Rel1'
+ release: '13.2.Rel1'
27
28
- name: arm-none-eabi-gcc version
29
run: arm-none-eabi-gcc --version
0 commit comments