Skip to content

Commit 3c6755f

Browse files
committed
Remove unneeded package
1 parent aa4f851 commit 3c6755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.os == 'ubuntu-latest'
7070
run: |
7171
sudo apt update
72-
sudo apt-get -y install ninja-build binutils-riscv64-unknown-elf gcc-riscv64-unknown-elf
72+
sudo apt-get -y install ninja-build gcc-riscv64-unknown-elf
7373
7474
- name: Install ninja and riscv-tools
7575
if: contains(matrix.os, 'macos')

0 commit comments

Comments
 (0)