Skip to content

Commit d2d03ae

Browse files
committed
GCC should be pre-installed on Windows runners
1 parent d1a8d35 commit d2d03ae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36-
- name: Install mingw (Windows mingw)
37-
if: runner.os == 'Windows' && matrix.generator == 'Ninja'
38-
run: |
39-
choco install -y mingw --version=12.2.0
4036
- name: Install arm-none-eabi-gcc (Windows & MacOS)
4137
if: runner.os == 'Windows' || runner.os == 'macOS'
4238
uses: carlosperate/arm-none-eabi-gcc-action@v1

0 commit comments

Comments
 (0)