Skip to content

Commit

Permalink
actually install odbc postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-j-m committed Nov 18, 2024
1 parent 78c9733 commit 755c0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Install ODBC drivers
run: sudo apt-get install unixodbc unixodbc-dev mysql-client
run: sudo apt-get install unixodbc unixodbc-dev odbc-postgresql
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit 755c0f6

Please sign in to comment.