Skip to content

Commit

Permalink
Update macos_latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-gm authored Jun 1, 2024
1 parent ede28c5 commit b977fcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:

env:
CC: ${{ matrix.CC }}
CONFIGURE_FLAGS: "CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} CPPFLAGS=\"${{ matrix.CLASSIC_AUTOSPELL_LIST }}\""
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
CPPFLAGS: ${{ matrix.CLASSIC_AUTOSPELL_LIST }}
PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b977fcb

Please sign in to comment.