Skip to content

Commit 7c222ec

Browse files
committed
fix typo
1 parent f95131f commit 7c222ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Install system dependencies
23-
run: sudo apt install libboost-dev-all
23+
run: sudo apt install libboost-all-dev
2424

2525
- name: Install dependencies
2626
run: pip install ".[dev]"

0 commit comments

Comments
 (0)