change gcc to 10.3 due to freeRTOS warning

This commit is contained in:
hathach
2023-03-06 11:16:21 +07:00
parent 956d1c9c4e
commit 5c537c25f0
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '12.2.Rel1'
release: '10.3-2021.10'
- name: Checkout TinyUSB
uses: actions/checkout@v3