Commit c7bf1c2
authored
ci: Add missing tket-c-api installs (#1254)
When the TKET_C_API_PATH env var is set, `tket1-passes` looks for the
shared library in the given path rather than trying to build it by
itself.
We use the to be able to cache a single artifact and share it around.
Although the env var is set globally, we weren't calling the install
action in a couple jobs.
This should fix the errors seen in #12501 parent 49c5996 commit c7bf1c2
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
| |||
0 commit comments