Skip to content

Commit

Permalink
#31 fix issue with linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 26, 2024
1 parent d9af6f8 commit a9c181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
run: perl Makefile.PL && make
env:
BUILD_ZLIB: ${{matrix.build-zlib}}
PERL_MM_OPT: CCFLAGS="-Werror ${{matrix.cc-opts}}"
PERL_MM_OPT: CCFLAGS='-Werror ${{matrix.cc-opts}}'
- name: Test
run: make test

0 comments on commit a9c181a

Please sign in to comment.