We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3924c5 commit 188632aCopy full SHA for 188632a
1 file changed
.github/workflows/cpp_extra.yml
@@ -399,6 +399,11 @@ jobs:
399
LIBIODBC_DIR="$(brew --cellar libiodbc)/$(brew list --versions libiodbc | awk '{print $2}')"
400
export ODBC_INCLUDE_DIR=$LIBIODBC_DIR/include
401
export CXXFLAGS="$CXXFLAGS -I$ODBC_INCLUDE_DIR"
402
+
403
+ if [ "${{ matrix.macos-version }}" = "15-intel" ]; then
404
+ # -AL- fix absl issue on Intel mac
405
+ rm -rf /usr/local/include/absl
406
+ fi
407
ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
408
- name: Test
409
shell: bash
0 commit comments