Skip to content

Commit 3eafd6e

Browse files
committed
add libgpgme11-dev- 24.04 ubuntu github action migration
This seems to supply gpgme-config. [skip travis]
1 parent e7541db commit 3eafd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
222222
- name: Install auxiliary packages
223223
run: |
224-
sudo apt-get install swig gpgsm libgpgme-dev libgpgme
224+
sudo apt-get install swig gpgsm libgpgme-dev libgpgme11-dev
225225
# pygments for markdown2 to highlight code blocks
226226
pip install markdown2 pygments
227227
# docutils for ReStructuredText

0 commit comments

Comments
 (0)