Skip to content

Commit cb5f6fb

Browse files
committed
Install additional package
1 parent 615dae2 commit cb5f6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ runs:
104104
sudo add-apt-repository ppa:deadsnakes/ppa && \
105105
sudo apt update && \
106106
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 && \
107108
sudo pip3 install -r requirements.txt
108109
shell: bash
109110
env:

0 commit comments

Comments
 (0)