Skip to content

Commit 459baf3

Browse files
committed
Try to fix riscv
1 parent fb81d60 commit 459baf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/riscv64.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
install: |
2626
export CARGO_TERM_COLOR=always
2727
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
28+
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
2932
curl https://sh.rustup.rs -o rustup.sh && chmod +x rustup.sh && \
3033
./rustup.sh -y && rm rustup.sh
3134
run: |

0 commit comments

Comments
 (0)