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 Jun 30, 2023
1 parent bef3c84 commit 144c47a
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 @@ -212,7 +212,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 144c47a

Please sign in to comment.