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 e90967d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 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 @@ -454,6 +466,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 e90967d

Please sign in to comment.