Skip to content

Commit

Permalink
py venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 25, 2024
1 parent cfaf8f1 commit 93265d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ jobs:
with:
commands: |
sudo apt-get update -yq
sudo apt-get install -yq make cmake gcc jq libreadline-dev xxd git python3-pip
pip install meson ninja
sudo apt-get install -yq --no-install-recommends make cmake gcc jq libreadline-dev xxd git python3-venv
python3 -m venv .venv
. .venv/bin/activate && pip install meson ninja
make linux-exe
make check
Expand Down

0 comments on commit 93265d1

Please sign in to comment.