Skip to content

Commit a8ba4eb

Browse files
committed
Try to fix riscv
1 parent 6674eb7 commit a8ba4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/riscv64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
export CARGO_TERM_COLOR=always
2727
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
2828
apt-get update \
29-
&& apt-get install software-properties-common \
29+
&& apt-get install -y software-properties-common \
3030
&& add-apt-repository ppa:deadsnakes/ppa \
3131
&& apt-get update \
3232
&& apt-get install -y gdb pip curl python3.10-dev clang llvm build-essential

0 commit comments

Comments
 (0)