Skip to content

Commit 7b7f845

Browse files
committed
ci: clean the right directory
1 parent 0ddeaaf commit 7b7f845

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
@@ -125,13 +125,13 @@ jobs:
125125

126126
- name: Diff Extraction C++
127127
run: |
128-
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/cpp
128+
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/cpp/out
129129
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-cpp-extraction
130130
diff -r libcrux-ml-kem/extracts/cpp/out ~/mlkem-cpp-extraction
131131
132132
- name: Diff Extraction C
133133
run: |
134-
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/c
134+
libcrux-ml-kem/extracts/common/headers_kill_revs.sh libcrux-ml-kem/extracts/c/out
135135
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-c-extraction
136136
diff -r libcrux-ml-kem/extracts/c/out ~/mlkem-c-extraction
137137

0 commit comments

Comments
 (0)