Skip to content

Commit 1f77002

Browse files
authored
Merge pull request #1267 from alexsifivetw/alexc/fix_yaml_format
Add permission to qemu installation
2 parents 3fb2571 + 115ed88 commit 1f77002

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)