Skip to content

Commit 357ad4c

Browse files
committed
update
1 parent ebe2559 commit 357ad4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-java-bindings-new.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ jobs:
4646
run: cargo binstall --no-confirm cargo-xwin
4747

4848
- name: Set up MinGW
49-
if: ${{ endsWith(matrix.target, 'windows-gnu') }}
50-
uses: egor-tensin/setup-mingw@v2
51-
with:
52-
platform: x64
49+
run: sudo apt-get install gcc-mingw-w64-x86-64 -y
5350

5451
- name: Build with cargo-zigbuild (non-Windows)
5552
if: ${{ !endsWith(matrix.target, 'windows-gnu') }}

0 commit comments

Comments
 (0)