Skip to content

Commit

Permalink
pip prefer bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 25, 2024
1 parent 93265d1 commit e561f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
sudo apt-get update -yq
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
. .venv/bin/activate && pip install --prefer-binary meson ninja
make linux-exe
make check
Expand Down

0 comments on commit e561f48

Please sign in to comment.