Skip to content

Commit cc2b7c4

Browse files
committed
Fix ci
1 parent d506db4 commit cc2b7c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
# Need to grab the history of the PR
1616
fetch-depth: 0
1717

18+
- name: Install system dependencies
19+
run: sudo apt update && sudo apt install -y pkg-config nettle-dev
20+
1821
- name: Set up Python (for pre-commit)
1922
uses: actions/setup-python@v5
2023
with:

0 commit comments

Comments
 (0)