mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 16:33:49 +00:00
parent
7f0e35106e
commit
f3b5e14eca
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -80,3 +80,10 @@ jobs:
|
||||
with:
|
||||
name: cg_clif-${{ runner.os }}
|
||||
path: cg_clif.tar.xz
|
||||
|
||||
- name: Upload prebuilt cg_clif (cross compile)
|
||||
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cg_clif-${{ runner.os }}-cross-x86_64-mingw
|
||||
path: cg_clif.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user