mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-20 18:40:57 +00:00
try gcc 12.2 with macos
This commit is contained in:
parent
9824981ee8
commit
0a1a61bb6c
6
.github/workflows/build_win_mac.yml
vendored
6
.github/workflows/build_win_mac.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Install ARM GCC
|
- name: Install ARM GCC
|
||||||
uses: carlosperate/arm-none-eabi-gcc-action@v1
|
uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||||
with:
|
with:
|
||||||
release: '11.2-2022.02'
|
release: '12.2.Rel1'
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
||||||
|
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: python3 tools/get_dependencies.py stm32f0
|
run: python3 tools/get_dependencies.py stm32f4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 tools/build_family.py stm32f0 stm32f072disco
|
run: python3 tools/build_family.py stm32f4 stm32f411disco
|
||||||
|
Loading…
x
Reference in New Issue
Block a user