Skip to content

Commit eeed565

Browse files
authored
Add openpgp support (#10)
* Add openpgp support * Fix ci * Address comments
1 parent a063579 commit eeed565

File tree

5 files changed

+521
-16
lines changed

5 files changed

+521
-16
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)