Skip to content

Commit

Permalink
Revert "HACK: temporarily bust cache before mdbook test"
Browse files Browse the repository at this point in the history
This reverts commit 0eb342b.
  • Loading branch information
Mrmaxmeier committed Jul 20, 2024
1 parent 0eb342b commit 4a7a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: default nightly
run: rustup default nightly
- name: Build libafl debug
run: cargo clean && cargo build -p libafl
run: cargo build -p libafl
- name: Test the book
# TODO: fix books test fail with updated windows-rs
if: runner.os != 'Windows'
Expand Down

0 comments on commit 4a7a6bd

Please sign in to comment.