We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066af23 commit 7abb052Copy full SHA for 7abb052
.github/workflows/test.yaml
@@ -264,9 +264,6 @@ jobs:
264
265
ensure-header-updated:
266
runs-on: ubuntu-latest
267
- defaults:
268
- run:
269
- working-directory: librustls
270
steps:
271
- uses: actions/checkout@v4
272
with:
@@ -282,11 +279,10 @@ jobs:
282
279
# otherwise.
283
280
run: cargo install cbindgen --force --version 0.28.0
284
281
285
- - run: touch src/lib.rs
286
-
287
- - run: cbindgen --version
+ - name: Configure CMake
+ run: cmake -S librustls -B build
288
289
- - run: cbindgen > src/rustls.h
+ - run: cmake --build build --target cbindgen
290
291
- run: git diff --exit-code
292
0 commit comments