Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f3b5e14

Browse files
committed
Upload artifacts for cross compiling to MinGW
Fixes rust-lang#1161
1 parent 7f0e351 commit f3b5e14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ jobs:
8080
with:
8181
name: cg_clif-${{ runner.os }}
8282
path: cg_clif.tar.xz
83+
84+
- name: Upload prebuilt cg_clif (cross compile)
85+
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
86+
uses: actions/upload-artifact@v2
87+
with:
88+
name: cg_clif-${{ runner.os }}-cross-x86_64-mingw
89+
path: cg_clif.tar.xz

0 commit comments

Comments
 (0)