Skip to content

Commit 689af90

Browse files
jannausvenpeter42
authored andcommitted
ci: fix cargo fmt --check by re-sourcing cargo's env
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent da3aa32 commit 689af90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
3737
- name: Run format-check
3838
run: |
39+
. "$HOME/.cargo/env"
3940
make format CLANG_FORMAT=clang-format-18
4041
git diff
4142
git reset --hard

0 commit comments

Comments
 (0)