Skip to content

Commit

Permalink
Fix ODBC driver URL for the ODBC tests (#2580)
Browse files Browse the repository at this point in the history
The ODBC URL driver has been changed which is why our workflow is unable to download the driver. This is resulting in ODBC test failures. This commit modifies the url to correct source.

Signed-off-by: Shameem Ahmed <[email protected]>
  • Loading branch information
ahmed-shameem authored May 16, 2024
1 parent 688142e commit 25094af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/odbc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: steps.install-extensions.outcome == 'success' && steps.install-unix-odbc-driver.outcome=='success'
run: |
cd ~
wget https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-16.00.0000.tar.gz
wget https://ftp.postgresql.org/pub/odbc/versions.old/src/psqlodbc-16.00.0000.tar.gz
tar -zxvf psqlodbc-16.00.0000.tar.gz
cd psqlodbc-16.00.0000
./configure
Expand Down

0 comments on commit 25094af

Please sign in to comment.