diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/macos.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 19acb282..55a99083 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,10 +6,11 @@ jobs: runs-on: macos-latest env: DESTDIR: ./out + GOFLAGS: "-tags=notmuch" steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - - run: brew install scdoc + - run: brew install notmuch scdoc - run: make - run: make install - run: make checkinstall |