File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
version :
5
5
description : QEMU version to install
6
6
required : true
7
- default : 5 .1.0
7
+ default : 6 .1.0
8
8
target-list :
9
9
description : List of targets to build
10
10
required : true
Original file line number Diff line number Diff line change @@ -235,15 +235,15 @@ jobs:
235
235
- name : Install dependencies (Linux)
236
236
run : |
237
237
sudo apt-get update
238
- sudo apt-get install libusb-1.0-0-dev libudev-dev
238
+ sudo apt-get install libusb-1.0-0-dev libudev-dev ninja-build
239
239
240
240
- name : Cache QEMU's built binaries
241
241
uses : actions/cache@v2
242
242
with :
243
243
path : ~/.qemu
244
244
key : ${{ runner.os }}-ci-qemu-arm_riscv
245
245
246
- - name : Install QEMU 5 .1.0 from source
246
+ - name : Install QEMU 6 .1.0 from source
247
247
uses : ./.github/actions/install-qemu
248
248
with :
249
249
target-list : arm-softmmu,riscv32-softmmu,riscv64-softmmu
You can’t perform that action at this time.
0 commit comments