Commit ebe2559 1 parent 22c4867 commit ebe2559 Copy full SHA for ebe2559
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 19
19
- x86_64-unknown-linux-gnu
20
20
- aarch64-apple-darwin
21
21
- x86_64-apple-darwin
22
- # - x86_64-pc-windows-gnu
22
+ - x86_64-pc-windows-gnu
23
23
24
24
steps :
25
25
- uses : actions/checkout@v3
31
31
target : ${{ matrix.target }}
32
32
override : true
33
33
34
- - name : Install llvm-preview-tools
35
- if : ${{ endsWith(matrix.target, 'windows-gnu') }}
36
- run : rustup component add llvm-tools-preview
37
34
- name : Install cargo-binstall
38
35
uses : taiki-e/install-action@cargo-binstall
39
36
48
45
- name : Install cargo-xwin
49
46
run : cargo binstall --no-confirm cargo-xwin
50
47
48
+ - name : Set up MinGW
49
+ if : ${{ endsWith(matrix.target, 'windows-gnu') }}
50
+ uses : egor-tensin/setup-mingw@v2
51
+ with :
52
+ platform : x64
53
+
51
54
- name : Build with cargo-zigbuild (non-Windows)
52
55
if : ${{ !endsWith(matrix.target, 'windows-gnu') }}
53
56
run : cargo zigbuild --target ${{ matrix.target }} --release
You can’t perform that action at this time.
0 commit comments