Mercurial > p > roundup > code
changeset 8148:e76bd652f3fd
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]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 12:23:58 -0500 |
| parents | e61cd55f9987 |
| children | ee258d848a59 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Nov 10 12:16:42 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 12:23:58 2024 -0500 @@ -221,7 +221,9 @@ - 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
