Răsfoiți Sursa

Install gpg via apt

Jelmer Vernooij 4 luni în urmă
părinte
comite
7cde83912e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/pythontest.yml

+ 1 - 1
.github/workflows/pythontest.yml

@@ -26,7 +26,7 @@ jobs:
           allow-prereleases: true
           cache: pip
       - name: Install native dependencies (Ubuntu)
-        run: sudo apt-get update && sudo apt-get install -y libgpgme-dev libgpg-error-dev
+        run: sudo apt-get update && sudo apt-get install -y python3-gpg
         if: "matrix.os == 'ubuntu-latest'"
       - name: Install native dependencies (MacOS)
         run: brew install swig gpgme