Skip to content

Commit

Permalink
WIP: Add GnuPG dependencies to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbdev committed Jul 30, 2020
1 parent 179d6d4 commit 519547d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
profile: minimal
components: clippy

- name: Install GnuPG on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -qq install libgpg-error-dev libgpgme11-dev

- name: Install GnuPG on MacOS
if: matrix.os == 'macos-latest'
run: brew install gpgme

- name: Build Debug
run: |
rustc --version
Expand Down Expand Up @@ -58,6 +66,9 @@ jobs:
profile: minimal
target: x86_64-unknown-linux-musl

- name: Install GnuPG
run: sudo apt-get -qq install libgpg-error-dev libgpgme11-dev

- name: Setup MUSL
run: |
sudo apt-get -qq install musl-tools
Expand Down

0 comments on commit 519547d

Please sign in to comment.