Update build-platformio-windows.yml
This commit is contained in:
parent
5e058cbeb8
commit
3656589292
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ jobs:
|
|||
mingw-w64-${{matrix.env}}-gdb
|
||||
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
|
||||
run: pip install --upgrade platformio
|
||||
|
||||
|
|
Loading…
Reference in a new issue