Skip to content

Commit

Permalink
install drivers before setting up ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-j-m committed Dec 12, 2024
1 parent 3f983c3 commit f18570b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
BUNDLE_PATH_RELATIVE_TO_CWD: true
steps:
- uses: actions/checkout@v3
- name: Install ODBC drivers
run: sudo apt-get install unixodbc unixodbc-dev odbc-postgresql
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Install ODBC drivers
run: sudo apt-get install unixodbc unixodbc-dev odbc-postgresql
- name: Install dependencies
run: bundle install
- name: driver setup
Expand Down

0 comments on commit f18570b

Please sign in to comment.