Skip to content

Commit 9142462

Browse files
committed
TO-DROP: log some info
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c3df7ab commit 9142462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ async function run(): Promise<void> {
114114
`/${mingw.toLocaleLowerCase()}/bin`
115115
]
116116

117+
core.info(`existing PATH: ${process.env.PATH}`)
117118
for (const binPath of msysMode ? binPaths.reverse() : binPaths) {
119+
core.info(`adding path ${outputDirectory}${binPath}`)
118120
core.addPath(`${outputDirectory}${binPath}`)
119121
}
120122

0 commit comments

Comments
 (0)