We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cc246 commit 5a458efCopy full SHA for 5a458ef
.github/workflows/ci-test.yml
@@ -221,7 +221,9 @@ jobs:
221
222
- name: Install auxiliary packages
223
run: |
224
- sudo apt-get install swig gpgsm libgpgme-dev libgpgme11-dev
+ 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
227
# pygments for markdown2 to highlight code blocks
228
pip install markdown2 pygments
229
# docutils for ReStructuredText
0 commit comments