Skip to content

Commit c377a6e

Browse files
committed
zigbuild for everything
1 parent 1712b23 commit c377a6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
5151
run: sudo apt-get install gcc-mingw-w64-x86-64 -y
5252

53-
- name: Build with cargo-zigbuild (non-Windows)
54-
if: ${{ !endsWith(matrix.target, 'windows-gnu') && !endsWith(matrix.target, 'windows-msvc') }}
53+
- name: Build with cargo-zigbuild
54+
# if: ${{ !endsWith(matrix.target, 'windows-gnu') && !endsWith(matrix.target, 'windows-msvc') }}
5555
run: cargo zigbuild --target ${{ matrix.target }} --release
5656

57-
- name: Build with cargo-xwin (Windows)
58-
if: ${{ endsWith(matrix.target, 'windows-gnu') || endsWith(matrix.target, 'windows-msvc') }}
59-
run: cargo xwin build --target ${{ matrix.target }} --release
57+
# - name: Build with cargo-xwin (Windows)
58+
# if: ${{ endsWith(matrix.target, 'windows-gnu') || endsWith(matrix.target, 'windows-msvc') }}
59+
# run: cargo zigbuild --target ${{ matrix.target }} --release
6060

6161
- name: Upload artifacts
6262
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)