Skip to content

Commit

Permalink
ci(github): fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhchchc committed Mar 8, 2024
1 parent 462b415 commit b96e83c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
steps:
- name: Setup Rust
run: rustup update && rustup default
- uses: actions/checkout@v4
name: Checkout source code
- name: Cargo Update
run: cargo update --verbose
- name: Cache Rust Build Stuff
Expand Down

0 comments on commit b96e83c

Please sign in to comment.