Commit fd14d0b 1 parent 2dd77c1 commit fd14d0b Copy full SHA for fd14d0b
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ case $TARGET in
29
29
$PROJECT_ROOT /scripts/compile_to_native.sh Darwin x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
30
30
;;
31
31
" x86_64-pc-windows-gnu" )
32
- $PROJECT_ROOT /scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
32
+ $PROJECT_ROOT /scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
33
33
;;
34
34
* )
35
35
echo " Unsupported target: $TARGET "
Original file line number Diff line number Diff line change 24
24
- target : x86_64-apple-darwin
25
25
os : ubuntu-latest
26
26
- target : x86_64-pc-windows-gnu
27
- os : windows -latest
27
+ os : ubuntu -latest
28
28
steps :
29
29
- uses : actions/checkout@v3
30
30
- name : Install Rust
41
41
version : 0.10.1
42
42
- name : Install cargo-zigbuild
43
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
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
48
+
47
49
- name : Run compile script
48
50
run : |
49
51
chmod +x .github/scripts/compile_all_targets_java_new.sh
You can’t perform that action at this time.
0 commit comments