Skip to content

Commit c470b87

Browse files
committed
fix(ci): fix cls update check.
1 parent 6a50ee6 commit c470b87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
name: Check there is nothing to diff.
3737
with:
3838
run: |
39-
apk add make
39+
apk add make git
40+
git config --global --add safe.directory /github/workspace
41+
4042
make check-cls

0 commit comments

Comments
 (0)