Skip to content

Commit 99726b5

Browse files
committed
ci: fix typo in diffing
1 parent 459f545 commit 99726b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mlkem-c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
run: |
128128
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/cpp_header_only/generated
129129
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-cpp-extraction
130-
diff -r libcrux-ml-kem/extracts/cpp_header_only/generated~/mlkem-cpp-extraction
130+
diff -r libcrux-ml-kem/extracts/cpp_header_only/generated ~/mlkem-cpp-extraction
131131
132132
- name: Diff Extraction C
133133
run: |
134134
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/c_header_only/generated
135135
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-c-extraction
136-
diff -r libcrux-ml-kem/extracts/c_header_only/generated~/mlkem-c-extraction
136+
diff -r libcrux-ml-kem/extracts/c_header_only/generated ~/mlkem-c-extraction
137137
138138
build-c:
139139
needs: [extract-c]

0 commit comments

Comments
 (0)