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 e6ec414 commit 05a2c08
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 @@ -230,8 +230,9 @@ jobs:
apt-get update && apt-get install -y --no-install-recommends \
g++ \
unixodbc-dev \
curl \
unzip
apt-get install curl
curl --create-dirs -OL \
--output-dir "/tmp/simba_odbc.zip" \
Expand Down

0 comments on commit 05a2c08

Please sign in to comment.