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