You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): persist PATH modifications to GITHUB_PATH across all install scripts
Ensure all tool installation scripts properly export PATH changes to
GITHUB_PATH so subsequent workflow steps can find installed binaries.
Changes:
- install-system-deps: Export cmake and homebrew paths to GITHUB_PATH
- install-cargo tools: Export ~/.cargo/bin to GITHUB_PATH for deny, taplo, llvm-cov
- install-shfmt: Export /usr/local/bin to GITHUB_PATH on Linux
- install-wasm-pack: Export ~/.cargo/bin to GITHUB_PATH
- setup-openssl: Export OpenSSL bin directories to GITHUB_PATH (Linux, macOS, Windows)
- setup-go-cgo-env: Use GITHUB_PATH instead of GITHUB_ENV for PATH on Windows
Fixes publish workflow failures where cmake and other build tools were
not found during cargo builds with build.rs scripts.
0 commit comments