Skip to content

Commit 84e1f4d

Browse files
committed
github: install boost-dev
1 parent d8fd2bc commit 84e1f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python }}
2525
- name: Install system packages
26-
run: sudo apt-get install libgraphviz-dev
26+
run: sudo apt-get install libgraphviz-dev libboost-dev
2727
- name: Install poetry
2828
run: pip install poetry
2929
- name: Install packages with poetry

0 commit comments

Comments
 (0)