Skip to content

Commit a95882e

Browse files
committed
reconcile Actions
2 parents 47b152a + 2a52da0 commit a95882e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- run: perl Build.PL
12-
- run: make test TEST_VERBOSE=1
11+
- run: sudo apt update
12+
- run: sudo apt install libmodule-build-perl libclass-accessor-perl libyaml-syck-perl
13+
- name: Install Perl dependencies
14+
run: |
15+
sudo apt-get update
16+
sudo apt-get install -y cpanminus
17+
sudo cpanm Text::Hyphen
18+
- run: perl ./Build.PL
19+
- run: ./Build test
20+

0 commit comments

Comments
 (0)