Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-gm committed Jun 1, 2024
1 parent 0bf9e82 commit caf54e2
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 @@ -43,6 +43,7 @@ jobs:
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 }}
PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
CLASSIC_AUTOSPELL_LIST: ${{ matrix.CLASSIC_AUTOSPELL_LIST }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -54,7 +55,7 @@ jobs:
- name: prepare the build environment
run: |
echo "CPPFLAGS=-I$(brew --prefix)/include {{ matrix.CLASSIC_AUTOSPELL_LIST }}" >> $GITHUB_ENV
echo "CPPFLAGS=-I$(brew --prefix)/include $CLASSIC_AUTOSPELL_LIST" >> $GITHUB_ENV
echo "LDFLAGS=-L$(brew --prefix)/lib" >> $GITHUB_ENV
- name: install packages
Expand Down

0 comments on commit caf54e2

Please sign in to comment.