Skip to content

Commit

Permalink
Update bigdecimal on CI where required
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jul 12, 2024
1 parent f91cddc commit f399763
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
with:
name: gem-x64-mingw32

- name: Install bigdecimal gem
shell: pwsh
run: gem install bigdecimal --no-document

- name: Install native gem
shell: pwsh
run: |
Expand Down Expand Up @@ -119,6 +123,10 @@ jobs:
with:
name: gem-x64-mingw32

- name: Install bigdecimal gem
shell: pwsh
run: gem install bigdecimal --no-document

- name: Install native gem and restore cross-compiled code from it
shell: pwsh
run: |
Expand Down Expand Up @@ -240,6 +248,10 @@ jobs:
with:
name: gem-x64-mingw-ucrt

- name: Install bigdecimal gem
shell: pwsh
run: gem install bigdecimal --no-document

- name: Install native gem and restore cross-compiled code from it
shell: pwsh
run: |
Expand Down Expand Up @@ -311,6 +323,10 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Install bigdecimal gem
shell: pwsh
run: gem install bigdecimal --no-document

- name: Build gem
shell: pwsh
run: gem build tiny_tds.gemspec
Expand Down Expand Up @@ -454,6 +470,10 @@ jobs:
shell: bash
run: gem build tiny_tds.gemspec

- name: Install bigdecimal gem
shell: bash
run: gem install bigdecimal --no-document

- name: Install gem and test if TinyTDS loads
shell: bash
run: |
Expand Down

0 comments on commit f399763

Please sign in to comment.