Mercurial > p > roundup > code
changeset 8146:aff2401e3a99
add libgpgme11-dev- 24.04 ubuntu github action migration
This seems to supply gpgme-config.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 12:14:28 -0500 |
| parents | 09fb995cf017 |
| children | e61cd55f9987 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Nov 10 12:03:27 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 12:14:28 2024 -0500 @@ -221,7 +221,7 @@ - name: Install auxiliary packages run: | - sudo apt-get install swig gpgsm libgpgme-dev libgpgme + sudo apt-get install swig gpgsm libgpgme-dev libgpgme11-dev # pygments for markdown2 to highlight code blocks pip install markdown2 pygments # docutils for ReStructuredText
