We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae93eb commit ccc79efCopy full SHA for ccc79ef
1 file changed
.github/workflows/cpp.yml
@@ -224,6 +224,11 @@ jobs:
224
with:
225
fetch-depth: 0
226
submodules: recursive
227
+ - name: Enable ODBC build on 15-intel only
228
+ if: ${{ matrix.macos-version == '15-intel' }}
229
+ run: |
230
+ echo "ARROW_FLIGHT_SQL=ON" >> $GITHUB_ENV
231
+ echo "ARROW_FLIGHT_SQL_ODBC=ON" >> $GITHUB_ENV
232
- name: Install Dependencies
233
run: |
234
# pkg-config formula is deprecated but it's still installed
0 commit comments