diff options
author | Robin Jarry <robin@jarry.cc> | 2022-04-14 21:50:30 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-14 21:51:09 +0200 |
commit | ba892d776947e9494b10eb820cf6d35d3bb263c6 (patch) | |
tree | 1c38e1cb84f93469ebc55aafdf7108a2e54f0d27 /.github/workflows/macos.yml | |
parent | 45a7d29b06c6bd2f6cf9af2d08eae47b218193cf (diff) | |
download | aerc-ba892d776947e9494b10eb820cf6d35d3bb263c6.tar.gz |
builds: add gnupg in preparation of gpg integration
This is required for future gpg unit tests to run.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 55a99083..a541c713 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - - run: brew install notmuch scdoc + - run: brew install gnupg notmuch scdoc - run: make - run: make install - run: make checkinstall |