Skip to content

Commit

Permalink
use old gpgme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 9, 2024
1 parent 960ba8f commit 16e06d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# # 1.16 is the version of gpgme that is currently available in ubuntu-latest (currently 22.04)
# run: sed -i 's|gpg>1.10.0|gpg @ https://dev.gnupg.org/source/[email protected]|' pyproject.toml
- name: Clone the gpgme repository
run: git clone --depth 1 https://dev.gnupg.org/source/gpgme.git gpgme
run: git clone --depth 1 --branch gpgme-1.16.0 https://dev.gnupg.org/source/gpgme.git gpgme

- name: Build the gpgme bindings
run: |
Expand Down

0 comments on commit 16e06d5

Please sign in to comment.