From e90967de3528f8c157ff521bee7820e119973fa9 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Fri, 12 Jul 2024 22:29:51 +0200 Subject: [PATCH] Update `bigdecimal` on CI where required --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72503ad..2602223b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |