Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Jun 24, 2024
1 parent d5adddf commit f7c83d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install FreeTDS to be a ODBC driver
run: |
sudo apt-get update -y && sudo apt-get install -y unixodbc-dev freetds-dev
find /usr/li -name "libtdsodbc.so"
find /usr/lib -name "libtdsodbc.so"
cat << EOF > tds.driver.template
[FreeTDS]
Description = FreeTDS driver
Expand Down

0 comments on commit f7c83d8

Please sign in to comment.