We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7f3a7 + c9ef37b commit d880b88Copy full SHA for d880b88
.github/workflows/run_tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |
15
sudo apt-get update
16
- sudo apt-get install -y libffi-dev pkg-config bison flex
+ sudo apt-get install -y git build-essential libffi-dev pkg-config python3 bison flex
17
18
- name: Record version
19
0 commit comments