We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a8d35 commit d2d03aeCopy full SHA for d2d03ae
1 file changed
.github/workflows/test.yml
@@ -33,10 +33,6 @@ jobs:
33
steps:
34
- name: Checkout
35
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
40
- name: Install arm-none-eabi-gcc (Windows & MacOS)
41
if: runner.os == 'Windows' || runner.os == 'macOS'
42
uses: carlosperate/arm-none-eabi-gcc-action@v1
0 commit comments