ignore mkdir in windows ci

This commit is contained in:
hathach
2023-03-05 15:35:02 +07:00
parent 8a493485e8
commit 9824981ee8
2 changed files with 2 additions and 2 deletions

View File

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