Commit e173daa
ci(release): install wasm32-wasip1 for build.rs cross-compile
crates/hm/build.rs cross-compiles hm-plugin-docker as a wasm plugin
that gets embedded into the hm binary. Without the wasm32-wasip1
target installed, the `cargo check --workspace` in `Set version from
tag` fails with `error[E0463]: can't find crate for std`.
Same fix the examples workflow already carries — release.yml just
didn't get it. Tag the release again (or re-run the failed job from
the same SHA) and it should reach the publish step.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0225a58 commit e173daa
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments