File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 29
29
matrix :
30
30
include :
31
31
- os : ubuntu-latest
32
+ env :
33
+ TARGET_TRIPLE : x86_64-unknown-linux-gnu
32
34
- os : macos-latest
35
+ env :
36
+ TARGET_TRIPLE : x86_64-apple-darwin
33
37
# cross-compile from Linux to Windows using mingw
34
38
- os : ubuntu-latest
35
39
env :
@@ -112,7 +116,7 @@ jobs:
112
116
if : matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
113
117
uses : actions/upload-artifact@v2
114
118
with :
115
- name : cg_clif- ${{ runner.os }}
119
+ name : ${{ matrix.env.TARGET_TRIPLE }}
116
120
path : cg_clif.tar.xz
117
121
118
122
- name : Upload prebuilt cg_clif (cross compile)
@@ -132,6 +136,8 @@ jobs:
132
136
include :
133
137
# Native Windows build with MSVC
134
138
- os : windows-latest
139
+ env :
140
+ TARGET_TRIPLE : x86_64-pc-windows-msvc
135
141
# cross-compile from Windows to Windows MinGW
136
142
- os : windows-latest
137
143
env :
@@ -211,5 +217,5 @@ jobs:
211
217
- name : Upload prebuilt cg_clif
212
218
uses : actions/upload-artifact@v2
213
219
with :
214
- name : cg_clif-${{ runner.os }}- ${{ matrix.env.TARGET_TRIPLE }}
220
+ name : ${{ matrix.env.TARGET_TRIPLE }}
215
221
path : cg_clif.tar
You can’t perform that action at this time.
0 commit comments