Skip to content

Commit efd7d96

Browse files
committed
Add dependecies
1 parent 3eb1d53 commit efd7d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cjose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- wolfssl_ref: 'master'
4848
replace_default: true
4949
steps:
50-
- name: Install sudo (Docker only)
50+
- name: Install dependencies (Docker only)
5151
if: ${{ matrix.replace_default }}
5252
run: |
5353
apt-get update
54-
apt-get install -y sudo
54+
apt-get install -y sudo curl jq
5555
5656
- name: Checkout wolfProvider
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)