Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaslana committed Jul 11, 2023
1 parent 0a449a8 commit dd22df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
# TODO: it would be nice to save and restore the corpus between runs
- name: build corpus
run: |
cargo update -p proc-macro2 # Temporary fix to get the nightly build run correctly
cargo update -p proc-macro2 # Temporary fix to get the nightly build to run correctly
cd tools
cargo run --bin generate-fuzz-corpus
- name: build
Expand Down

0 comments on commit dd22df3

Please sign in to comment.