Skip to content

Commit

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

0 comments on commit cfaf8f1

Please sign in to comment.