]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: add "jose" to apt dependencies
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 11 Mar 2025 19:18:54 +0000 (20:18 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 11 Mar 2025 21:29:40 +0000 (22:29 +0100)
jose is used in the JWS unit-test, let's add it to the CI.

.github/workflows/vtest.yml

index 64b1507d588c31179f1f5444e70e36039e279a7a..8f4c58bfd15f1c88bf0cd9c8518324e6416120f2 100644 (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: |