Commit 0eca60e
committed
ci(verify-proofs): mkdir extracted/ before make (gitignored output dir)
extraction.v's [Extraction "extracted/filesystem.ml" ...] writes into the
gitignored directory, which doesn't exist on a fresh CI clone. Add a one-
line mkdir before the make step.
Local fresh clone reproduces the issue without this fix.1 parent 281128e commit 0eca60e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments