Skip to content

Commit f399763

Browse files
committed
Update bigdecimal on CI where required
1 parent f91cddc commit f399763

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
with:
7575
name: gem-x64-mingw32
7676

77+
- name: Install bigdecimal gem
78+
shell: pwsh
79+
run: gem install bigdecimal --no-document
80+
7781
- name: Install native gem
7882
shell: pwsh
7983
run: |
@@ -119,6 +123,10 @@ jobs:
119123
with:
120124
name: gem-x64-mingw32
121125

126+
- name: Install bigdecimal gem
127+
shell: pwsh
128+
run: gem install bigdecimal --no-document
129+
122130
- name: Install native gem and restore cross-compiled code from it
123131
shell: pwsh
124132
run: |
@@ -240,6 +248,10 @@ jobs:
240248
with:
241249
name: gem-x64-mingw-ucrt
242250

251+
- name: Install bigdecimal gem
252+
shell: pwsh
253+
run: gem install bigdecimal --no-document
254+
243255
- name: Install native gem and restore cross-compiled code from it
244256
shell: pwsh
245257
run: |
@@ -311,6 +323,10 @@ jobs:
311323
ruby-version: ${{ matrix.ruby-version }}
312324
bundler-cache: true
313325

326+
- name: Install bigdecimal gem
327+
shell: pwsh
328+
run: gem install bigdecimal --no-document
329+
314330
- name: Build gem
315331
shell: pwsh
316332
run: gem build tiny_tds.gemspec
@@ -454,6 +470,10 @@ jobs:
454470
shell: bash
455471
run: gem build tiny_tds.gemspec
456472

473+
- name: Install bigdecimal gem
474+
shell: bash
475+
run: gem install bigdecimal --no-document
476+
457477
- name: Install gem and test if TinyTDS loads
458478
shell: bash
459479
run: |

0 commit comments

Comments
 (0)