Skip to content

Commit c9ef37b

Browse files
committed
update build dependencies, including all we need
Now the list includes all dependencies we need, even if the build image we're building on already has some of these installed. Hopefully this has a documentation benefit and makes future updates to later OS images easier.
1 parent bb7f3a7 commit c9ef37b

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)