Update build-platformio-windows.yml

This commit is contained in:
Klaus Musch 2024-03-13 09:53:46 +01:00 committed by GitHub
parent 5e058cbeb8
commit 3656589292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ jobs:
mingw-w64-${{matrix.env}}-gdb mingw-w64-${{matrix.env}}-gdb
mingw-w64-${{matrix.env}}-SDL2 mingw-w64-${{matrix.env}}-SDL2
- name: Add path 1
run: echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Add path 2
run: echo "C:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio