Skip to content

Commit 1f6140d

Browse files
committed
chore(ci): fix missing crate
1 parent fd0a981 commit 1f6140d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cron.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
cargo install cargo-release
3232
fi
3333
34+
- name: Install cargo-edit
35+
run: |
36+
if ! command -v cargo-set-version &> /dev/null; then
37+
cargo install cargo-edit
38+
fi
39+
3440
- name: Build & run
3541
working-directory: ua_generator
3642
env:

0 commit comments

Comments
 (0)