Skip to content

Commit 3f81fb7

Browse files
committed
fixes for werror
1 parent de8c07a commit 3f81fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: clang++
7575
werror: -Werror -Wno-error=deprecated
7676

77-
name: Perl ${{ matrix.perl }}
77+
name: Perl ${{ matrix.perl }} with {{ matrix.compiler.name }}
7878
steps:
7979
- uses: actions/checkout@v4
8080

@@ -99,7 +99,7 @@ jobs:
9999
- name: Build
100100
run: |
101101
flags=$( perl -MConfig -e 'print $Config::Config{ccflags}' )
102-
perl Makefile.PL CCFLAGS="$flags ${{ matrix.compiler.wname }}" CC=${{ matrix.compiler.name }} && make
102+
perl Makefile.PL CCFLAGS="$flags ${{ matrix.compiler.werror }}" CC=${{ matrix.compiler.name }} && make
103103
104104
- name: Test
105105
run: make test

0 commit comments

Comments
 (0)