diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-11-06 15:05:05 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-12-01 13:56:01 +0100 |
commit | c7268a172e1dc041dc8f6dab737d8277a4303dda (patch) | |
tree | 7b3b2b0d47e736457d05fedcee0e34321154f4b7 /.github | |
parent | fcb6f7040a2db198f4d7dd76424557a0a8b5a90c (diff) |
ci: include libmd in MacOS CI builds
This is needed for the upcoming digest library support.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to '.github')
-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 ad5f2ce..72f3454 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,7 +15,7 @@ jobs: - name: Setup run: | - brew install json-c + brew install json-c libmd - name: Build minimal version run: | |