Trying to fix CI (#2211)

* test

* aaa

* 4.38

* 4.37
This commit is contained in:
Dongjia "toka" Zhang 2024-05-18 00:13:11 +02:00 committed by GitHub
parent d05adf7f6e
commit f8f9da2a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ concurrency:
jobs:
common:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
runs-on: ${{ matrix.os }}
@ -35,6 +36,7 @@ jobs:
uses: baptiste0928/cargo-install@v1.3.0
with:
crate: mdbook
version: "=0.4.37"
- name: install linkcheck
uses: baptiste0928/cargo-install@v1.3.0
with:
@ -50,8 +52,6 @@ jobs:
run: ./scripts/check_for_blobs.sh
- name: Build libafl debug
run: cargo build -p libafl
- name: Build the book
run: cd docs && mdbook build
- name: Test the book
# TODO: fix books test fail with updated windows-rs
if: runner.os != 'Windows'