ci: Install libfido2 and argp-standalone on macos

to build more code and examples

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
Merge-Request: <https://gitlab.com/libssh/libssh-mirror/-/merge_requests/817>
This commit is contained in:
Jakub Jelen
2026-04-20 21:38:38 +02:00
parent 49ad84283e
commit db11162307

View File

@@ -798,7 +798,7 @@ coverity:
before_script:
- echo "MacOS runner started"
- brew update
- brew install cmake openssl cmocka doxygen
- brew install cmake openssl cmocka doxygen libfido2 argp-standalone
- mkdir obj && cd obj
only:
- branches@libssh/libssh-mirror