Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jan 29, 2025
1 parent 8c68eae commit 25da146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
--volume "${PWD}:/cdsp"
install: |
apt update -y
apt install git python3 python3-pip python3-venv rustc cargo -y
apt install git python3 python3-pip python3-venv curl -y
curl https://sh.rustup.rs -sSf | sh -s -- -y
run: |
python3 -m venv ./venv
./venv/bin/python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit 25da146

Please sign in to comment.