Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jul 27, 2024
1 parent fd14d0b commit 0a26094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/compile_all_targets_java_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case $TARGET in
$PROJECT_ROOT/scripts/compile_to_native.sh Darwin x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
;;
"x86_64-pc-windows-gnu")
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
;;
*)
echo "Unsupported target: $TARGET"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-java-bindings-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- target: x86_64-apple-darwin
os: ubuntu-latest
- target: x86_64-pc-windows-gnu
os: ubuntu-latest
os: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
Expand All @@ -41,10 +41,6 @@ jobs:
version: 0.10.1
- name: Install cargo-zigbuild
run: cargo binstall --no-confirm cargo-zigbuild

- 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

- name: Run compile script
run: |
Expand Down

0 comments on commit 0a26094

Please sign in to comment.