8000 More CI fix · djc/unicode-width@decf378 · GitHub
[go: up one dir, main page]

Skip to content

Commit decf378

Browse files
More CI fix
1 parent acd8db9 commit decf378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Regen
4040
run: rm tests/NormalizationTest.txt && cd scripts && python3 unicode.py
4141
- name: Diff
42-
run: git diff-index --quiet HEAD --
42+
run: git update-index --refresh && git diff-index --quiet HEAD --

0 commit comments

Comments
 (0)
0