Skip to content

Commit

Permalink
[Temp] flightsqlodbc_build.yml
Browse files Browse the repository at this point in the history
* temp commit for fixing flightsql build
  • Loading branch information
alinaliBQ committed Dec 18, 2023
1 parent 65fd7c9 commit 0d6a8cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flightsqlodbc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
# Use cmake 3.25 to stably build flightsql-odbc
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.25.0" # <--= optional, use most recent 3.25.x version

- name: configure-and-build-driver
run: |
Expand All @@ -28,6 +32,10 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
# Use cmake 3.25 to stably build flightsql-odbc
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.25.0" # <--= optional, use most recent 3.25.x version

- name: configure-and-build-driver
run: |
Expand Down

0 comments on commit 0d6a8cc

Please sign in to comment.