Skip to content

Commit aff0d42

Browse files
committed
Add bind 9.20.11 to the test matrix
Depends on wolfSSL/osp#316
1 parent 9e5d03b commit aff0d42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
# List of releases to test
47-
ref: [ 9.18.0, 9.18.28, 9.18.33 ]
47+
ref: [ 9.18.0, 9.18.28, 9.18.33, 9.20.11 ]
4848
name: ${{ matrix.ref }}
4949
if: github.repository_owner == 'wolfssl'
5050
runs-on: ubuntu-24.04
@@ -66,7 +66,7 @@ jobs:
6666
export DEBIAN_FRONTEND=noninteractive
6767
sudo apt-get update
6868
# hostap dependencies
69-
sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev
69+
sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev liburcu-dev
7070
7171
- name: Checkout OSP
7272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)