Skip to content

Commit 4957d7a

Browse files
committed
Run cargo update using the Nix dev shell
1 parent 56fe4a3 commit 4957d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: cachix/install-nix-action@v31
1616
- uses: actions/checkout@v6
1717
- run: nix flake update 2> >(tee nix-flake-update.txt >&2)
18-
- run: cargo update 2> >(tee cargo-lock.txt >&2)
18+
- run: nix develop --command cargo update 2> >(tee cargo-lock.txt >&2)
1919
- run: nix flake check --print-build-logs
2020
- name: Generate pull request body
2121
id: body

0 commit comments

Comments
 (0)