Skip to content

Commit 0a26094

Browse files
committed
revert
1 parent fd14d0b commit 0a26094

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/scripts/compile_all_targets_java_new.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ case $TARGET in
2929
$PROJECT_ROOT/scripts/compile_to_native.sh Darwin x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
3030
;;
3131
"x86_64-pc-windows-gnu")
32-
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
32+
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
3333
;;
3434
*)
3535
echo "Unsupported target: $TARGET"

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- target: x86_64-apple-darwin
2525
os: ubuntu-latest
2626
- target: x86_64-pc-windows-gnu
27-
os: ubuntu-latest
27+
os: windows-latest
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Install Rust
@@ -41,10 +41,6 @@ jobs:
4141
version: 0.10.1
4242
- name: Install cargo-zigbuild
4343
run: cargo binstall --no-confirm cargo-zigbuild
44-
45-
- name: Set up MinGW (for x86_64 Windows)
46-
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
47-
run: sudo apt-get install gcc-mingw-w64-x86-64 -y
4844

4945
- name: Run compile script
5046
run: |

0 commit comments

Comments
 (0)