Skip to content

Commit e90967d

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 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: |
@@ -454,6 +466,10 @@ jobs:
454466
shell: bash
455467
run: gem build tiny_tds.gemspec
456468

469+
- name: Install bigdecimal gem
470+
shell: bash
471+
run: gem install bigdecimal --no-document
472+
457473
- name: Install gem and test if TinyTDS loads
458474
shell: bash
459475
run: |

0 commit comments

Comments
 (0)