diff options
| author | hathach <[email protected]> | 2023-03-05 15:35:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-05 15:35:02 +0700 |
| commit | 9824981ee80f38791ec8de2d26ab928a382e852f (patch) | |
| tree | eb7dd18abe617aacff637556f9562ce497aa868c /.github/workflows | |
| parent | 8a493485e802673a877e43a53c7181a9668c7d51 (diff) | |
ignore mkdir in windows ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 6d4f8ff80..46aa4a784 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -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 |
