wifi-densepose/.github/workflows
ruv 53f52bbe74 fix(ci): wasm-pack PATH + Dockerfile workspace stub
Two post-merge CI failures:

1. nvsim Dashboard → GitHub Pages: `wasm-pack: command not found`.
   `cargo install wasm-pack --locked` doesn't reliably leave the binary
   on PATH inside subsequent steps. Switched both Pages + a11y workflows
   to the canonical wasm-pack installer:
     curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
   which deposits to /home/runner/.cargo/bin/ that's already on PATH.

2. nvsim-server → ghcr.io: cargo can't resolve workspace.dependencies
   because the partial Cargo.toml copies only two crates. Dockerfile now
   generates a stub workspace Cargo.toml inline that lists just nvsim +
   nvsim-server with the workspace-deps section copied verbatim.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-27 12:46:25 -04:00
..
cd.yml security: Fix GitHub Actions shell injection vulnerability 2026-02-28 20:40:25 +01:00
ci.yml fix(ci): use env scope for secrets in gating if: expressions (#431) 2026-04-25 23:06:27 -04:00
dashboard-a11y.yml fix(ci): wasm-pack PATH + Dockerfile workspace stub 2026-04-27 12:46:25 -04:00
dashboard-pages.yml fix(ci): wasm-pack PATH + Dockerfile workspace stub 2026-04-27 12:46:25 -04:00
desktop-release.yml chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
firmware-ci.yml Release v0.6.2-esp32: ADR-081 kernel + Timer Svc fix, 4MB CI variant 2026-04-20 10:59:05 -04:00
firmware-qemu.yml fix(firmware): fall detection, 4MB flash, QEMU CI (#263, #265) 2026-03-15 11:49:29 -04:00
nvsim-server-docker.yml infra: nvsim-server Docker + axe-core cross-browser CI 2026-04-27 12:40:15 -04:00
security-scan.yml fix(ci): use env scope for secrets in gating if: expressions (#431) 2026-04-25 23:06:27 -04:00
update-submodules.yml chore: track upstream main branch for vendor submodules 2026-03-04 13:30:48 -05:00
verify-pipeline.yml chore(repo): move v1/ → archive/v1/ + add archive/README.md (#430) 2026-04-25 23:07:52 -04:00