We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb81d60 commit 459baf3Copy full SHA for 459baf3
.github/workflows/riscv64.yml
@@ -25,7 +25,10 @@ jobs:
25
install: |
26
export CARGO_TERM_COLOR=always
27
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
28
- apt-get update && apt-get install -y gdb pip curl python3.10-dev clang llvm build-essential
+ apt-get install software-properties-common \
29
+ && add-apt-repository ppa:deadsnakes/ppa \
30
+ && apt-get update \
31
+ && apt-get install -y gdb pip curl python3.10-dev clang llvm build-essential
32
curl https://sh.rustup.rs -o rustup.sh && chmod +x rustup.sh && \
33
./rustup.sh -y && rm rustup.sh
34
run: |
0 commit comments