We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a64ad2 commit c543c35Copy full SHA for c543c35
.github/workflows/libnice.yml
@@ -103,6 +103,20 @@ jobs:
103
ref: ${{ matrix.libnice_ref }}
104
path: libnice
105
106
+ - name: Checkout OSP
107
+ uses: actions/checkout@v4
108
+ with:
109
+ # TODO: change to wolfSSL/osp when OSP is merged
110
+ repository: padelsbach/osp
111
+ ref: osp-wp-libnice-patch
112
+ path: osp
113
+ fetch-depth: 1
114
+ - run: |
115
+ if [ ${{ matrix.fips_ref == 'FIPS' }} ]; then
116
+ cd libnice
117
+ patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/libnice/libnice-0.1.21-wolfprov.patch
118
+ fi
119
+
120
- name: Build libnice
121
working-directory: libnice
122
run: |
0 commit comments