Skip to content

Commit 5a458ef

Browse files
committed
apt-get install libgpgme11t64 - 24.04 ubuntu github action migration
looks like libgpgme11t64 is the libgpgme11 for noble 24.04. Will it work??? [skip travis]
1 parent 38cc246 commit 5a458ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ jobs:
221221
222222
- name: Install auxiliary packages
223223
run: |
224-
sudo apt-get install swig gpgsm libgpgme-dev libgpgme11-dev
224+
sudo apt-get install swig gpgsm libgpgme-dev
225+
# required for pip install/build of gpg on ubuntu 24.04??
226+
sudo apt-get install libgpgme11t64 || true
225227
# pygments for markdown2 to highlight code blocks
226228
pip install markdown2 pygments
227229
# docutils for ReStructuredText

0 commit comments

Comments
 (0)