We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212620c commit 7b42061Copy full SHA for 7b42061
main.ts
@@ -59,7 +59,7 @@ async function run(): Promise<void> {
59
// Set up PATH so that Git for Windows' SDK's `bash.exe`, `prove` and `gcc` are found
60
core.addPath(`${outputDirectory}/usr/bin/core_perl`)
61
core.addPath(`${outputDirectory}/usr/bin`)
62
- const msystem = architecture === 'i686' ? 'MING32' : 'MINGW64'
+ const msystem = architecture === 'i686' ? 'MINGW32' : 'MINGW64'
63
core.addPath(`${outputDirectory}/${msystem.toLocaleLowerCase()}/bin`)
64
core.exportVariable('MSYSTEM', msystem)
65
} catch (error) {
0 commit comments