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 25da146 commit 56ab76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
apt install git python3 python3-pip python3-venv curl -y
curl https://sh.rustup.rs -sSf | sh -s -- -y
run: |
source $HOME/.cargo/env
python3 -m venv ./venv
./venv/bin/python3 -m pip install -r requirements.txt
./venv/bin/python3 -m pip install pyinstaller
Expand Down

0 comments on commit 56ab76b

Please sign in to comment.