Update build-platformio-windows.yml

This commit is contained in:
Klaus Musch 2024-03-13 15:09:22 +01:00 committed by GitHub
parent 98d2938247
commit 51a6c7306c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ jobs:
msystem: ${{matrix.sys}} msystem: ${{matrix.sys}}
install: >- install: >-
mingw-w64-${{matrix.env}}-gcc mingw-w64-${{matrix.env}}-gcc
# mingw-w64-${{matrix.env}}-gdb
mingw-w64-${{matrix.env}}-SDL2 mingw-w64-${{matrix.env}}-SDL2
- name: Add paths mingw64 - name: Add paths mingw64
if: ${{matrix.sys == 'mingw64'}} if: ${{matrix.sys == 'mingw64'}}