We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615dae2 commit cb5f6fbCopy full SHA for cb5f6fb
action.yml
@@ -104,6 +104,7 @@ runs:
104
sudo add-apt-repository ppa:deadsnakes/ppa && \
105
sudo apt update && \
106
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends python3.11-venv python3.11-dev && \
107
+ sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends riscv64-unknown-linux-gnu-gcc && \
108
sudo pip3 install -r requirements.txt
109
shell: bash
110
env:
0 commit comments