diff options
Diffstat (limited to '.github/workflows')
-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 |