Commit 0a26094 1 parent fd14d0b commit 0a26094 Copy full SHA for 0a26094
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
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 zigbuild
32
+ $PROJECT_ROOT /scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
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 : ubuntu -latest
27
+ os : windows -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
-
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
44
49
45
- name : Run compile script
50
46
run : |
You can’t perform that action at this time.
0 commit comments