소스 검색

Install gpg via apt

Jelmer Vernooij 4 달 전
부모
커밋
7cde83912e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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