Skip to content

Commit 115ed88

Browse files
committed
Add permission to qemu installation
1 parent fa65cc4 commit 115ed88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: build qemu
8585
if: ${{ matrix.mode }} == 'linux'
8686
run: |
87-
make -j$(nproc) build-sim SIM=qemu
87+
sudo make -j$(nproc) build-sim SIM=qemu
8888
8989
- name: tarball build
9090
run: tar czvf riscv.tar.gz -C /opt/ riscv/

0 commit comments

Comments
 (0)