Skip to content

Commit 111cee9

Browse files
committed
windows is being built natively
1 parent 43a0f85 commit 111cee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
version: 0.10.1
4242
- name: Install cargo-zigbuild
4343
run: cargo binstall --no-confirm cargo-zigbuild
44-
- name: Set up MinGW (for x86_64 Windows)
45-
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
46-
run: sudo apt-get install gcc-mingw-w64-x86-64 -y
44+
# - name: Set up MinGW (for x86_64 Windows)
45+
# if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
46+
# run: sudo apt-get install gcc-mingw-w64-x86-64 -y
4747
- name: Run compile script
4848
run: |
4949
chmod +x .github/scripts/compile_all_targets_java_new.sh

0 commit comments

Comments
 (0)