File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,6 @@ jobs:
144
144
restore-keys : |
145
145
${{ runner.OS }}-rust-${{ env.rustc_hash }}
146
146
147
- - name : Cache QEMU binary
148
- id : cache-qemu-binary
149
- uses : actions/cache@v2
150
- with :
151
- path : qemu
152
- key : ${{ runner.OS }}-qemu
153
- restore-keys : |
154
- ${{ runner.OS }}-qemu
155
-
156
147
- name : Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
157
148
uses : actions-rs/toolchain@v1
158
149
with :
@@ -182,16 +173,7 @@ jobs:
182
173
use-tool-cache : true
183
174
184
175
- name : Install QEMU
185
- if : steps.cache-qemu-binary.outputs.cache-hit != 'true'
186
- run : |
187
- mkdir -p qemu
188
- curl -C - -L https://github.com/japaric/qemu-bin/raw/master/14.04/qemu-system-arm-2.12.0 > qemu/qemu-system-arm
189
- chmod +x qemu/qemu-system-arm
190
-
191
- - name : Setup add QEMU to PATH
192
- env :
193
- GITHUB_WORKSPACE : ${{ github.workspace }}
194
- run : echo "::add-path::${GITHUB_WORKSPACE}/qemu"
176
+ run : sudo apt install -y qemu-system-arm
195
177
196
178
- name : Run-pass tests
197
179
run : |
You can’t perform that action at this time.
0 commit comments