Skip to content

Commit 1aaefd1

Browse files
committed
Fix windows workflow action
1 parent 0c36e9d commit 1aaefd1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/windows-strawberry.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
distribution: strawberry
2727
- name: perl -V
2828
run: perl -V
29-
- name: Install Dependencies
30-
run: |
31-
cpanm -nq --with-develop --installdeps -v .
32-
- name: Build Module
33-
run: |
34-
perl Makefile.PL
35-
gmake
36-
- name: Run Tests
37-
run: |
38-
gmake test TEST_VERBOSE=1
29+
- name: Install Dependencies
30+
run: |
31+
cpanm -nq --with-develop --installdeps -v .
32+
- name: Build Module
33+
run: |
34+
perl Makefile.PL
35+
gmake
36+
- name: Run Tests
37+
run: |
38+
gmake test TEST_VERBOSE=1

0 commit comments

Comments
 (0)