Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Mar 29, 2024
1 parent 58867fe commit 5492bc7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- name: Run on Windows
if: startsWith(matrix.os, 'windows')
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-SDL2
run: platformio run -e ${{ matrix.environment }}
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-SDL2
run: platformio run -e ${{ matrix.environment }}

0 comments on commit 5492bc7

Please sign in to comment.