We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6674eb7 commit a8ba4ebCopy full SHA for a8ba4eb
.github/workflows/riscv64.yml
@@ -26,7 +26,7 @@ jobs:
26
export CARGO_TERM_COLOR=always
27
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
28
apt-get update \
29
- && apt-get install software-properties-common \
+ && apt-get install -y software-properties-common \
30
&& add-apt-repository ppa:deadsnakes/ppa \
31
&& apt-get update \
32
&& apt-get install -y gdb pip curl python3.10-dev clang llvm build-essential
0 commit comments