File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ jobs:
125
125
126
126
- name : Diff Extraction C++
127
127
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
129
129
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-cpp-extraction
130
130
diff -r libcrux-ml-kem/extracts/cpp/out ~/mlkem-cpp-extraction
131
131
132
132
- name : Diff Extraction C
133
133
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
135
135
libcrux-ml-kem/extracts/common/headers_kill_revs.sh ~/mlkem-c-extraction
136
136
diff -r libcrux-ml-kem/extracts/c/out ~/mlkem-c-extraction
137
137
You can’t perform that action at this time.
0 commit comments