Skip to content

Commit

Permalink
Try to fix riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
hkctkuy committed Nov 27, 2024
1 parent 459baf3 commit 6674eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
install: |
export CARGO_TERM_COLOR=always
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
apt-get install software-properties-common \
apt-get update \
&& apt-get install software-properties-common \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get update \
&& apt-get install -y gdb pip curl python3.10-dev clang llvm build-essential
Expand Down

0 comments on commit 6674eb7

Please sign in to comment.