Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 15, 2024
1 parent 3f81fb7 commit d3e2f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:

compiler:
- name: clang
werror: -Werror -Wno-error=deprecated
werror: -Werror

- name: clang++
werror: -Werror -Wno-error=deprecated

name: Perl ${{ matrix.perl }} with {{ matrix.compiler.name }}
name: Perl ${{ matrix.perl }} with ${{ matrix.compiler.name }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d3e2f0f

Please sign in to comment.