We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd8db9 commit decf378Copy full SHA for decf378
.github/workflows/rust.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: Regen
40
run: rm tests/NormalizationTest.txt && cd scripts && python3 unicode.py
41
- name: Diff
42
- run: git diff-index --quiet HEAD --
+ run: git update-index --refresh && git diff-index --quiet HEAD --
0 commit comments