Skip to content

Commit

Permalink
setup-mssql is now owned by rails-sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Dec 9, 2024
1 parent 8deb5b2 commit 681301c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
Copy-Item -Path ".\tmp\tiny_tds-$gemVersion-$rubyArchitecture\ports" -Destination "." -Recurse
- name: Setup MSSQL
uses: andyundso/setup-mssql@v1
uses: rails-sqlserver/setup-mssql@v1
with:
components: sqlcmd,sqlengine
version: ${{ matrix.mssql-version }}
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
Copy-Item -Path ".\tmp\tiny_tds-$gemVersion-$rubyArchitecture\ports" -Destination "." -Recurse
- name: Setup MSSQL
uses: andyundso/setup-mssql@v1
uses: rails-sqlserver/setup-mssql@v1
with:
components: sqlcmd,sqlengine
version: ${{ matrix.mssql-version }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
bundle exec rake build
- name: Setup MSSQL
uses: andyundso/setup-mssql@v1
uses: rails-sqlserver/setup-mssql@v1
with:
components: sqlcmd,sqlengine
version: ${{ matrix.mssql-version }}
Expand Down

0 comments on commit 681301c

Please sign in to comment.