Skip to content

Commit

Permalink
Change --offline to --locked in cargo upgrade invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Sep 23, 2024
1 parent f0aa376 commit c4307ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pushd "$(dirname "$X")"
rm -f Cargo.lock
cargo build --all-targets
cargo upgrade --offline
cargo upgrade --locked
popd
done
Expand Down

0 comments on commit c4307ac

Please sign in to comment.