Browse Source

Add permission to qemu installation

pull/1267/head
alexsifivetw 3 years ago
parent
commit
115ed88f63
  1. 2
      .github/workflows/nightly-release.yaml

2
.github/workflows/nightly-release.yaml

@ -84,7 +84,7 @@ jobs:
- name: build qemu
if: ${{ matrix.mode }} == 'linux'
run: |
make -j$(nproc) build-sim SIM=qemu
sudo make -j$(nproc) build-sim SIM=qemu
- name: tarball build
run: tar czvf riscv.tar.gz -C /opt/ riscv/

Loading…
Cancel
Save