We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0f85 commit 111cee9Copy full SHA for 111cee9
.github/workflows/test-java-bindings-new.yml
@@ -41,9 +41,9 @@ jobs:
41
version: 0.10.1
42
- name: Install cargo-zigbuild
43
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
+ # - name: Set up MinGW (for x86_64 Windows)
+ # if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
+ # run: sudo apt-get install gcc-mingw-w64-x86-64 -y
47
- name: Run compile script
48
run: |
49
chmod +x .github/scripts/compile_all_targets_java_new.sh
0 commit comments