From fc807fc38c7ce57fe8011920e14634be358572c7 Mon Sep 17 00:00:00 2001 From: "Guilherme G. Menaldo" Date: Fri, 31 May 2024 21:34:27 -0300 Subject: [PATCH] temp CI --- .github/workflows/macos_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_latest.yml b/.github/workflows/macos_latest.yml index cdd99848376..1ced5619bd7 100644 --- a/.github/workflows/macos_latest.yml +++ b/.github/workflows/macos_latest.yml @@ -41,7 +41,7 @@ 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