Commit 9917b3c
authored
fix: use RUNNER_TEMP in install-scripts Windows live-mode path (#10)
Windows job's resolve step wrote /tmp/rdbr/install.ps1 to GITHUB_OUTPUT.
Git-bash on Windows maps /tmp internally but PowerShell — which runs the
test steps — sees the literal path and errors with 'not recognized as
the name of a cmdlet, function, script file, or operable program'.
Switch to $RUNNER_TEMP which resolves to a Windows-native path
(D:\a\_temp) on windows-latest and still works cross-shell.
Unix job left alone: /tmp works there and RUNNER_TEMP is just a
longer path. Unified change would add noise for zero benefit.1 parent 302f6d1 commit 9917b3c
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
249 | 254 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| |||
0 commit comments