Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cargo update instead
Browse files Browse the repository at this point in the history
aschey committed Aug 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2df6dbf commit f8f2a33
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -20,11 +20,9 @@ jobs:
files_yaml: |
package:
Cargo.toml
- name: Rebuild
- name: cargo update
if: steps.changed-files-yaml.outputs.package_any_changed == 'true'
run: |
rm Cargo.lock
cargo build
run: cargo update
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:

0 comments on commit f8f2a33

Please sign in to comment.