From b1d202023f10aaeb5b7742996ddcdf7ca4bc7abf Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 24 Oct 2023 14:55:46 -0700 Subject: [PATCH] add sudo --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 90e2782a8..142752b66 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -247,12 +247,12 @@ jobs: curl -OL "https://databricks.com/wp-content/uploads/drivers-2020/SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip" \ unzip SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip -d /tmp/ \ - && dpkg -i /tmp/SimbaSparkODBC-*/*.deb \ + && sudo dpkg -i /tmp/SimbaSparkODBC-*/*.deb \ && echo "[Simba]\nDriver = /opt/simba/spark/lib/64/libsparkodbc_sb64.so" >> /etc/odbcinst.ini \ && rm -rf /tmp \ - && dpkg -l | grep Simba # confirm that the driver is installed + && sudo dpkg -l | grep Simba # confirm that the driver is installed - ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so + sudo ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so echo "--------------------------------------------" odbcinst -j