Can Perl module tests on Github action with msys2? #2367
Unanswered
yuki-kimoto
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can try and see if https://github.com/msys2/setup-msys2 works for you, github actions does have their own copy of msys2, but I personally prefer this one because of package caching and @eine also maintains it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm Yuki Kimoto. I'm Perl Developer.
I write Perl module SPVM.
https://metacpan.org/pod/SPVM
SPVM can create Windows Binary with msys2.
spvmcc -I lib -o myapp Myapp
myapp is windows binary. Myapp is SPVM module.
My question is whether Github Actions can test the installation of Perl module on msys2.
If it can, I want to add msys2 tests to Github Actions.
Beta Was this translation helpful? Give feedback.
All reactions