Commit fc16118
fix: run conan export from src/ in build_cross.yml to match conan home
.conanrc sets conan_home=./build (relative). The pkvisor job checks out
into src/ and runs conan install with working-directory=src, so its
conan home resolves to src/build/. The export step was running from the
workspace root, writing to a different conan home (build/ instead of
src/build/), making the recipe invisible to conan install.
Fix: add working-directory: src to the export step so both steps share
the same conan home.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d51f546 commit fc16118
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments