We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b1b085 + aff0d42 commit 5a72a37Copy full SHA for 5a72a37
1 file changed
.github/workflows/bind.yml
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: false
45
matrix:
46
# List of releases to test
47
- ref: [ 9.18.0, 9.18.28, 9.18.33 ]
+ ref: [ 9.18.0, 9.18.28, 9.18.33, 9.20.11 ]
48
name: ${{ matrix.ref }}
49
if: github.repository_owner == 'wolfssl'
50
runs-on: ubuntu-24.04
@@ -66,7 +66,7 @@ jobs:
66
export DEBIAN_FRONTEND=noninteractive
67
sudo apt-get update
68
# hostap dependencies
69
- sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev
+ sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev liburcu-dev
70
71
- name: Checkout OSP
72
uses: actions/checkout@v4
0 commit comments