File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 38
38
set -x
39
39
echo "This is the MSYS2 pseudo root: $(cygpath -aw /)"
40
40
test "gcc is /mingw64/bin/gcc" = "$(type gcc)"
41
+ test "prove is /usr/bin/core_perl/prove" = "$(type prove)"
42
+ prove -V
41
43
printf '%s\n' \
42
44
"#include <stdio.h>" \
43
45
'' \
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ async function run(): Promise<void> {
52
52
}
53
53
}
54
54
55
- // Set up PATH so that Git for Windows' SDK's `bash.exe` is found
55
+ // Set up PATH so that Git for Windows' SDK's `bash.exe`, `prove` and `gcc` are found
56
+ core . addPath ( `${ outputDirectory } /usr/bin/core_perl` )
56
57
core . addPath ( `${ outputDirectory } /usr/bin` )
57
58
const msystem = architecture === 'i686' ? 'MING32' : 'MINGW64'
58
59
core . addPath ( `${ outputDirectory } /${ msystem . toLocaleLowerCase ( ) } /bin` )
You can’t perform that action at this time.
0 commit comments