Skip to content

Commit d807b1f

Browse files
committed
wip
1 parent 4db2702 commit d807b1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-widechar.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
5353
- name: Set up MinGW (Windows)
5454
if: runner.os == 'Windows'
55-
uses: egor-tensin/setup-mingw@v2
56-
with:
57-
platform: x64
55+
run: |
56+
choco install mingw --version=8.1.0 -y
5857
5958
# Create a simple C file that includes the C header
6059
- name: Create C wrapper file

0 commit comments

Comments
 (0)