File tree Expand file tree Collapse file tree 5 files changed +0
-63
lines changed Expand file tree Collapse file tree 5 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 62
62
- name : Install dependencies
63
63
run : npm install
64
64
65
- - name : Install Rust
66
- uses : actions-rs/toolchain@v1
67
- with :
68
- toolchain : stable
69
- profile : minimal
70
- override : true
71
-
72
65
- name : Check versions
73
66
run : |
74
67
echo "Node:" `node --version`
Original file line number Diff line number Diff line change 74
74
- name : Install dependencies
75
75
run : npm install
76
76
77
- - name : Install Rust
78
- uses : actions-rs/toolchain@v1
79
- with :
80
- toolchain : stable
81
- profile : minimal
82
- override : true
83
-
84
77
- name : Check versions
85
78
run : |
86
79
echo "Node:" `node --version`
Original file line number Diff line number Diff line change 54
54
- name : Install dependencies
55
55
run : npm install
56
56
57
- - name : Install Rust
58
- uses : actions-rs/toolchain@v1
59
- with :
60
- toolchain : stable
61
- profile : minimal
62
- override : true
63
-
64
57
- name : Check versions
65
58
run : |
66
59
echo "Node:" `node --version`
Original file line number Diff line number Diff line change 64
64
with :
65
65
node-version : ${{ env.NODE_VERSION }}
66
66
67
- - name : Install Rust
68
- uses : actions-rs/toolchain@v1
69
- with :
70
- toolchain : stable
71
- profile : minimal
72
- override : true
73
-
74
67
- name : Setup rust target
75
68
run : rustup target add ${{ matrix.target }}
76
69
@@ -135,13 +128,6 @@ jobs:
135
128
with :
136
129
node-version : ${{ env.NODE_VERSION }}
137
130
138
- - name : Install Rust
139
- uses : actions-rs/toolchain@v1
140
- with :
141
- toolchain : stable
142
- profile : minimal
143
- override : true
144
-
145
131
- name : Setup rust target
146
132
run : rustup target add aarch64-apple-darwin
147
133
@@ -229,13 +215,6 @@ jobs:
229
215
with :
230
216
node-version : ${{ env.NODE_VERSION }}
231
217
232
- - name : Install Rust
233
- uses : actions-rs/toolchain@v1
234
- with :
235
- toolchain : stable
236
- profile : minimal
237
- override : true
238
-
239
218
- name : Setup cross compile toolchain
240
219
if : ${{ matrix.setup }}
241
220
run : ${{ matrix.setup }}
Original file line number Diff line number Diff line change 66
66
with :
67
67
node-version : ${{ env.NODE_VERSION }}
68
68
69
- - name : Install Rust
70
- uses : actions-rs/toolchain@v1
71
- with :
72
- toolchain : stable
73
- profile : minimal
74
- override : true
75
-
76
69
- name : Setup rust target
77
70
run : rustup target add ${{ matrix.target }}
78
71
@@ -137,13 +130,6 @@ jobs:
137
130
with :
138
131
node-version : ${{ env.NODE_VERSION }}
139
132
140
- - name : Install Rust
141
- uses : actions-rs/toolchain@v1
142
- with :
143
- toolchain : stable
144
- profile : minimal
145
- override : true
146
-
147
133
- name : Setup rust target
148
134
run : rustup target add aarch64-apple-darwin
149
135
@@ -231,13 +217,6 @@ jobs:
231
217
with :
232
218
node-version : ${{ env.NODE_VERSION }}
233
219
234
- - name : Install Rust
235
- uses : actions-rs/toolchain@v1
236
- with :
237
- toolchain : stable
238
- profile : minimal
239
- override : true
240
-
241
220
- name : Setup cross compile toolchain
242
221
if : ${{ matrix.setup }}
243
222
run : ${{ matrix.setup }}
You can’t perform that action at this time.
0 commit comments