We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d6d4 commit 4af293cCopy full SHA for 4af293c
.github/workflows/ci.yml
@@ -31,6 +31,14 @@ jobs:
31
profile: minimal
32
components: clippy
33
34
+ - name: Install GnuPG on Ubuntu
35
+ if: matrix.os == 'ubuntu-latest'
36
+ run: sudo apt-get -qq install libgpg-error0 libgpgme11
37
+
38
+ - name: Install GnuPG on MacOS
39
+ if: matrix.os == 'macos-latest'
40
+ run: brew install gpgme
41
42
- name: Build Debug
43
run: |
44
rustc --version
@@ -58,6 +66,9 @@ jobs:
58
66
59
67
target: x86_64-unknown-linux-musl
60
68
69
+ - name: Install GnuPG
70
71
61
72
- name: Setup MUSL
62
73
63
74
sudo apt-get -qq install musl-tools
0 commit comments