Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed May 14, 2022
2 parents b0f04e3 + aa8f5ff commit 3ac7d0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- '5.10'
- '5.8'
- '5.6'
build-zlib:
- 0
- 1

name: Perl ${{ matrix.perl }}
name: Perl ${{ matrix.perl }} BUILD_ZLIB:${{matrix.build-zlib}}
steps:
- uses: actions/checkout@v1
- name: Setup perl
Expand All @@ -39,5 +42,7 @@ jobs:
run: cpanm --quiet --installdeps --notest .
- name: Build
run: perl Makefile.PL && make
env:
BUILD_ZLIB: ${{matrix.build-zlib}}
- name: Test
run: make test

0 comments on commit 3ac7d0d

Please sign in to comment.