Skip to content

Commit ed1a6a8

Browse files
committed
fix: update workflow
1 parent 4dffaf4 commit ed1a6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Update
2121
run: |
2222
nix flake update
23-
eval "${nix print-dev-env}"
23+
eval "$(nix print-dev-env)"
2424
cargo update
2525
./fix.sh
2626

0 commit comments

Comments
 (0)