From c6e63181258106a73f55ce2e76b6611d467b7a55 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 11 Mar 2025 20:18:54 +0100 Subject: [PATCH] CI: github: add "jose" to apt dependencies jose is used in the JWS unit-test, let's add it to the CI. --- .github/workflows/vtest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 64b1507d5..8f4c58bfd 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -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: |