From: William Lallemand Date: Tue, 11 Mar 2025 19:18:54 +0000 (+0100) Subject: CI: github: add "jose" to apt dependencies X-Git-Tag: v3.2-dev8~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6e63181258106a73f55ce2e76b6611d467b7a55;p=thirdparty%2Fhaproxy.git CI: github: add "jose" to apt dependencies jose is used in the JWS unit-test, let's add it to the CI. --- 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: |