summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-02-29 19:02:38 -0800
committerRuss Allbery <rra@cpan.org>2020-02-29 19:02:38 -0800
commitbb6f40693dac0f2bc2385d3433751fabebde026c (patch)
tree5ad770ae8c898b7e153bd3ef5cfe11b248a4d9e4
parente29fa15efc78d4302c28b045e78cdf03c25bf3f2 (diff)
Fix GitHub Actions workflow for Module::Build
Don't copy a workflow from a package using ExtUtils::MakeMaker without changing the build commands.
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 79fcac7..13b8b51 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
run: perl -V
- name: Install Dependencies
run: cpm install -g --show-build-log-on-failure
- - name: Makefile.PL
- run: perl Makefile.PL
+ - name: Build.PL
+ run: perl Build.PL
- name: make test
- run: make test
+ run: ./Build test