We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8c07a commit 3f81fb7Copy full SHA for 3f81fb7
.github/workflows/macos.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: clang++
75
werror: -Werror -Wno-error=deprecated
76
77
- name: Perl ${{ matrix.perl }}
+ name: Perl ${{ matrix.perl }} with {{ matrix.compiler.name }}
78
steps:
79
- uses: actions/checkout@v4
80
@@ -99,7 +99,7 @@ jobs:
99
- name: Build
100
run: |
101
flags=$( perl -MConfig -e 'print $Config::Config{ccflags}' )
102
- perl Makefile.PL CCFLAGS="$flags ${{ matrix.compiler.wname }}" CC=${{ matrix.compiler.name }} && make
+ perl Makefile.PL CCFLAGS="$flags ${{ matrix.compiler.werror }}" CC=${{ matrix.compiler.name }} && make
103
104
- name: Test
105
run: make test
0 commit comments