Skip to content

Commit

Permalink
Merge pull request #6632 from morozov/issues/6629-ibm-db2-cli-driver
Browse files Browse the repository at this point in the history
Source IBM DB2 CLI driver from GitHub
  • Loading branch information
morozov authored Nov 26, 2024
2 parents c802b9a + 0a6c3c2 commit 8e8646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ jobs:
- name: "Install IBM DB2 CLI driver"
working-directory: /tmp
run: |
wget https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
wget https://github.com/ibmdb/db2drivers/raw/refs/heads/main/clidriver/v11.5.9/linuxx64_odbc_cli.tar.gz
tar xf linuxx64_odbc_cli.tar.gz
rm linuxx64_odbc_cli.tar.gz
Expand Down

0 comments on commit 8e8646a

Please sign in to comment.