We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo update
1 parent 56fe4a3 commit 4957d7aCopy full SHA for 4957d7a
.github/workflows/update.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: cachix/install-nix-action@v31
16
- uses: actions/checkout@v6
17
- run: nix flake update 2> >(tee nix-flake-update.txt >&2)
18
- - run: cargo update 2> >(tee cargo-lock.txt >&2)
+ - run: nix develop --command cargo update 2> >(tee cargo-lock.txt >&2)
19
- run: nix flake check --print-build-logs
20
- name: Generate pull request body
21
id: body
0 commit comments