mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix the broken fuzz build (#4056)
This commit is contained in:
parent
d27414937a
commit
69dcc89d84
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -65,5 +65,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: nightly-2023-09-13
|
toolchain: nightly-2023-09-13
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: cargo install cargo-fuzz
|
- run: cargo install --locked cargo-fuzz@0.12.0
|
||||||
- run: cd tests/fuzz && cargo fuzz build --dev
|
- run: cd tests/fuzz && cargo fuzz build --dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user