Skip to content

Commit

Permalink
apt-get install libgpgme11t64 - 24.04 ubuntu github action migration
Browse files Browse the repository at this point in the history
looks like libgpgme11t64 is the libgpgme11 for noble 24.04. Will it
work???

[skip travis]
  • Loading branch information
rouilj committed Nov 10, 2024
1 parent 38cc246 commit 5a458ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ jobs:
- name: Install auxiliary packages
run: |
sudo apt-get install swig gpgsm libgpgme-dev libgpgme11-dev
sudo apt-get install swig gpgsm libgpgme-dev
# required for pip install/build of gpg on ubuntu 24.04??
sudo apt-get install libgpgme11t64 || true
# pygments for markdown2 to highlight code blocks
pip install markdown2 pygments
# docutils for ReStructuredText
Expand Down

0 comments on commit 5a458ef

Please sign in to comment.