summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authormaierd <d.maier94@web.de>2023-05-29 11:22:15 +0200
committerGitHub <noreply@github.com>2023-05-29 09:22:15 +0000
commitd94cb6be99b098b0084d0a54dc4e655cd9c0e47c (patch)
tree54a3e05074ecb26d5394f5ec4cd11bdc2eb5ab5b /.github
parente3746e49a117ebf8d1f43715554c5a1cf8d4a116 (diff)
Fix Makefile manpage generation
Signed-off-by: Dennis Maier <d.maier94@web.de> Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ed417a65..3eedddce 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Install dependencies
+ run: brew install scdoc
- name: Install ARM target
run: rustup update && rustup target add aarch64-apple-darwin
- name: Test