Skip to content

Commit

Permalink
Add vendor deps step to publish-dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 14, 2024
1 parent 21323b5 commit 186b88a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
with:
name: cargo-hack
version: 0.5.28
# Vendor all the dependencies into the vendor/ folder.
- name: Vendor Dependencies
run: |
cargo vendor --versioned-dirs
# Package the crates that will be published. Verification is disabled
# because we aren't ready to verify yet. Add each crate that was packaged to
Expand Down

0 comments on commit 186b88a

Please sign in to comment.