2 parents 47b152a + 2a52da0 commit a95882eCopy full SHA for a95882e
1 file changed
.github/workflows/test.yml
@@ -8,5 +8,13 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- - run: perl Build.PL
12
- - run: make test TEST_VERBOSE=1
+ - run: sudo apt update
+ - 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