Skip to content

Commit 6807a85

Browse files
author
MOK
committed
try to fix the windows action
1 parent 2803382 commit 6807a85

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,8 @@ jobs:
7777
Windows:
7878
runs-on: Windows Server 2025
7979
steps:
80-
- name: Activate msys2 & mingw64
81-
run: |
82-
echo "C:\msys64\usr\bin" >> $env:GITHUB_PATH
83-
echo "C:\msys64\mingw64\bin" >> $env:GITHUB_PATH
84-
85-
- name: Install deps
86-
run: |
87-
pacman --noconfirm -S --needed mingw-w64-x86_64-SDL2
88-
gcc --version
89-
9080
- uses: actions/checkout@v2
91-
#- uses: actions/setup-python@v1
81+
- uses: actions/setup-python@v1
9282

9383
- name: Install PlatformIO
9484
run: |

0 commit comments

Comments
 (0)