Commit 4a76d47
authored
fix: prioritize SST's Pulumi over system-installed versions (#6316)
Prepend SST's bin directory to PATH when spawning Pulumi processes.
This ensures SST uses its bundled Pulumi binaries instead of
system-installed versions, fixing compatibility issues with
Pulumi v3.214.0+ which removed the -root flag from pulumi-language-nodejs.
Fixes deployment failures on GitHub Actions ubuntu-latest runners
where a newer Pulumi is pre-installed.1 parent 37973c2 commit 4a76d47
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
252 | 259 | | |
253 | 260 | | |
254 | 261 | | |
| |||
0 commit comments