Skip to content

Commit

Permalink
Create or update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent 395417a commit 776219a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
with:
toolchain: stable

- name: Update Cargo.lock
- name: Create or update Cargo.lock
run: |
cargo update -p sdk
git add sdk/Cargo.lock
cargo update -w
git add Cargo.lock
- name: Report differences for "prepare (release)" commit
run: git diff
Expand Down

0 comments on commit 776219a

Please sign in to comment.