Skip to content

Commit

Permalink
fix curl call
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 23, 2023
1 parent a89ec58 commit 2a18fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
- name: Configure ODBC
if: ${{ matrix.test != 'spark-databricks-http' }}
shell: bash
run: |
apt-get update && apt-get install -y --no-install-recommends \
g++ \
Expand All @@ -235,7 +236,7 @@ jobs:
apt-get install -y curl
curl --create-dirs -OL \
--output-dir "/tmp/simba_odbc.zip" \
--output "/tmp/simba_odbc.zip" \
"https://databricks.com/wp-content/uploads/drivers-2020/SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip"
unzip /tmp/simba_odbc.zip -d /tmp/ \
Expand Down

0 comments on commit 2a18fad

Please sign in to comment.