Skip to content

Commit

Permalink
get info from the ubuntu source package
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 9, 2024
1 parent e1446a8 commit 6863399
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
libgpgme-dev libxapian-dev libgmime-3.0-dev libtalloc-dev swig \
python3-dev
python3-dev \
libpython3-all-dev python3-all-dev
env:
DEBIAN_FRONTEND: noninteractive

Expand All @@ -50,7 +52,7 @@ jobs:
ls -l $(which -a python python3)
set -e
./autogen.sh
./configure --enable-maintainer-mode # --enable-languages=python
./configure --enable-maintainer-mode --enable-languages=python
make
sudo make install
working-directory: gpgme
Expand Down

0 comments on commit 6863399

Please sign in to comment.