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 6262 - name : Install dependencies
6363 run : npm install
6464
65- - name : Install Rust
66- uses : actions-rs/toolchain@v1
67- with :
68- toolchain : stable
69- profile : minimal
70- override : true
71-
7265 - name : Check versions
7366 run : |
7467 echo "Node:" `node --version`
Original file line number Diff line number Diff line change 7474 - name : Install dependencies
7575 run : npm install
7676
77- - name : Install Rust
78- uses : actions-rs/toolchain@v1
79- with :
80- toolchain : stable
81- profile : minimal
82- override : true
83-
8477 - name : Check versions
8578 run : |
8679 echo "Node:" `node --version`
Original file line number Diff line number Diff line change 5454 - name : Install dependencies
5555 run : npm install
5656
57- - name : Install Rust
58- uses : actions-rs/toolchain@v1
59- with :
60- toolchain : stable
61- profile : minimal
62- override : true
63-
6457 - name : Check versions
6558 run : |
6659 echo "Node:" `node --version`
Original file line number Diff line number Diff line change 6464 with :
6565 node-version : ${{ env.NODE_VERSION }}
6666
67- - name : Install Rust
68- uses : actions-rs/toolchain@v1
69- with :
70- toolchain : stable
71- profile : minimal
72- override : true
73-
7467 - name : Setup rust target
7568 run : rustup target add ${{ matrix.target }}
7669
@@ -135,13 +128,6 @@ jobs:
135128 with :
136129 node-version : ${{ env.NODE_VERSION }}
137130
138- - name : Install Rust
139- uses : actions-rs/toolchain@v1
140- with :
141- toolchain : stable
142- profile : minimal
143- override : true
144-
145131 - name : Setup rust target
146132 run : rustup target add aarch64-apple-darwin
147133
@@ -229,13 +215,6 @@ jobs:
229215 with :
230216 node-version : ${{ env.NODE_VERSION }}
231217
232- - name : Install Rust
233- uses : actions-rs/toolchain@v1
234- with :
235- toolchain : stable
236- profile : minimal
237- override : true
238-
239218 - name : Setup cross compile toolchain
240219 if : ${{ matrix.setup }}
241220 run : ${{ matrix.setup }}
Original file line number Diff line number Diff line change 6666 with :
6767 node-version : ${{ env.NODE_VERSION }}
6868
69- - name : Install Rust
70- uses : actions-rs/toolchain@v1
71- with :
72- toolchain : stable
73- profile : minimal
74- override : true
75-
7669 - name : Setup rust target
7770 run : rustup target add ${{ matrix.target }}
7871
@@ -137,13 +130,6 @@ jobs:
137130 with :
138131 node-version : ${{ env.NODE_VERSION }}
139132
140- - name : Install Rust
141- uses : actions-rs/toolchain@v1
142- with :
143- toolchain : stable
144- profile : minimal
145- override : true
146-
147133 - name : Setup rust target
148134 run : rustup target add aarch64-apple-darwin
149135
@@ -231,13 +217,6 @@ jobs:
231217 with :
232218 node-version : ${{ env.NODE_VERSION }}
233219
234- - name : Install Rust
235- uses : actions-rs/toolchain@v1
236- with :
237- toolchain : stable
238- profile : minimal
239- override : true
240-
241220 - name : Setup cross compile toolchain
242221 if : ${{ matrix.setup }}
243222 run : ${{ matrix.setup }}
You can’t perform that action at this time.
0 commit comments