Skip to content

Commit d56d428

Browse files
committed
github: refresh Ubuntu package index
1 parent d726576 commit d56d428

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 libboost-dev pybind11-dev
26+
run: sudo apt-get update && sudo apt-get install libgraphviz-dev libboost-dev pybind11-dev
2727
- name: Install poetry
2828
run: pip install poetry
2929
- name: Install packages with poetry

0 commit comments

Comments
 (0)