Skip to content

Commit

Permalink
Try venv again
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 10, 2024
1 parent fc23072 commit 75c2d43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
${{matrix.architecture == '32' && 'sudo dpkg --add-architecture i386' || ':'}}
sudo apt-get update
sudo apt install python3-pip build-essential cmake ninja-build libusb-1.0-0-dev ${{matrix.architecture == '32' && 'zlib1g-dev:i386 libssl-dev:i386 libsbc-dev:i386 gcc-11-multilib g++-11-multilib' || 'zlib1g-dev libssl-dev libsbc-dev'}}
python -m pip install --user pipx
python -m pipx ensurepath
python3 -m venv venv
source venv/bin/activate
pip install pipx
pipx install jsonref
# ----- Checkout & DependsOn regex -----
Expand Down

0 comments on commit 75c2d43

Please sign in to comment.