File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,27 +68,27 @@ jobs:
68
68
# so we only use it for the linux targets that require other architectures/libcs
69
69
- build : linux
70
70
os : ubuntu-latest
71
- rust : nightly
71
+ toolchain : nightly
72
72
target : x86_64-unknown-linux-musl
73
73
cross : true
74
74
- build : linux-arm
75
75
os : ubuntu-latest
76
- rust : nightly
76
+ toolchain : nightly
77
77
target : arm-unknown-linux-gnueabihf
78
78
cross : true
79
79
- build : macos
80
80
os : macos-latest
81
- rust : nightly
81
+ toolchain : nightly
82
82
target : x86_64-apple-darwin
83
83
cross : false
84
84
- build : win-msvc
85
85
os : windows-latest
86
- rust : nightly
86
+ toolchain : nightly
87
87
target : x86_64-pc-windows-msvc
88
88
cross : false
89
89
- build : win-gnu
90
90
os : windows-latest
91
- rust : nightly-x86_64-gnu
91
+ toolchain : nightly-x86_64-gnu
92
92
target : x86_64-pc-windows-gnu
93
93
cross : false
94
94
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Build release binary
106
106
uses : clechasseur/rs-cargo@v2
107
107
with :
108
- use-cross : ${{ matrix.use- cross }}
108
+ use-cross : ${{ matrix.cross }}
109
109
command : build
110
110
args : --release --verbose --target ${{ matrix.target }}
111
111
You can’t perform that action at this time.
0 commit comments