Update build-platformio-windows.yml

This commit is contained in:
Klaus Musch 2024-03-13 15:01:51 +01:00 committed by GitHub
parent e0bc72e758
commit 88d52a7ab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 7 deletions

View File

@ -33,15 +33,13 @@ jobs:
msystem: ${{matrix.sys}}
install: >-
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-gdb
# mingw-w64-${{matrix.env}}-gdb
mingw-w64-${{matrix.env}}-SDL2
- name: Add paths mingw64
if: ${{matrix.sys == 'mingw64'}}
run: |
echo "${{runner.temp}}\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "${{runner.temp}}\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Add paths mingw32
if: ${{matrix.sys == 'mingw32'}}
run: |