From a89ec581eff88b1c24a1da3cebd19c8981b6cd88 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 23 Oct 2023 11:35:13 -0700 Subject: [PATCH] fix curl call --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9fcd701fe..f8fa81ceb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -232,7 +232,7 @@ jobs: unixodbc-dev \ unzip - apt-get install curl + apt-get install -y curl curl --create-dirs -OL \ --output-dir "/tmp/simba_odbc.zip" \