File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments