Skip to content

Commit c6847ba

Browse files
authored
Fix the #[event(start)] regression from v0.8 (#974)
1 parent 3dfe90e commit c6847ba

6 files changed

Lines changed: 92 additions & 103 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Build all examples
115115
run: |
116-
sed -i 's/, "examples\/axum"//g' Cargo.toml
116+
sed -i '/"examples\/axum",/d' Cargo.toml
117117
for example in examples/*/; do
118118
example_name=$(basename "$example")
119119
if [ "$example_name" = "coredump" ]; then

0 commit comments

Comments
 (0)