Skip to content

Commit d880b88

Browse files
Merge pull request #47 from wnienhaus/update-build-dependencies
update build dependencies, including all we need
2 parents bb7f3a7 + c9ef37b commit d880b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y libffi-dev pkg-config bison flex
16+
sudo apt-get install -y git build-essential libffi-dev pkg-config python3 bison flex
1717
1818
- name: Record version
1919
run: |

0 commit comments

Comments
 (0)