CI: github: add "jose" to apt dependencies

jose is used in the JWS unit-test, let's add it to the CI.
This commit is contained in:
William Lallemand 2025-03-11 20:18:54 +01:00
parent d014d7ee72
commit c6e6318125

View File

@ -86,7 +86,8 @@ jobs:
${{ contains(matrix.FLAGS, 'USE_PCRE2=1') && 'libpcre2-dev' || '' }} \
${{ contains(matrix.ssl, 'BORINGSSL=yes') && 'ninja-build' || '' }} \
socat \
gdb
gdb \
jose
- name: Install brew dependencies
if: ${{ startsWith(matrix.os, 'macos-') }}
run: |