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:
parent
d014d7ee72
commit
c6e6318125
3
.github/workflows/vtest.yml
vendored
3
.github/workflows/vtest.yml
vendored
@ -86,7 +86,8 @@ jobs:
|
|||||||
${{ contains(matrix.FLAGS, 'USE_PCRE2=1') && 'libpcre2-dev' || '' }} \
|
${{ contains(matrix.FLAGS, 'USE_PCRE2=1') && 'libpcre2-dev' || '' }} \
|
||||||
${{ contains(matrix.ssl, 'BORINGSSL=yes') && 'ninja-build' || '' }} \
|
${{ contains(matrix.ssl, 'BORINGSSL=yes') && 'ninja-build' || '' }} \
|
||||||
socat \
|
socat \
|
||||||
gdb
|
gdb \
|
||||||
|
jose
|
||||||
- name: Install brew dependencies
|
- name: Install brew dependencies
|
||||||
if: ${{ startsWith(matrix.os, 'macos-') }}
|
if: ${{ startsWith(matrix.os, 'macos-') }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user