From ddbc81d8017878cd429f13f21038df93382618a4 Mon Sep 17 00:00:00 2001 From: tarilabs Date: Sun, 11 Feb 2024 15:11:49 +0100 Subject: [PATCH] simplify GHA build according to feedback received in: https://github.com/slatedocs/slate/pull/1784#issuecomment-1931261044 --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415f50e..015e056 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,6 @@ jobs: gems-${{ runner.os }}-${{ matrix.ruby-version }}- gems-${{ runner.os }}- - # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache - # can remove once ruby 2.3 is no longer supported - - run: gem update --system 3.4.22 - - run: bundle config set deployment 'true' - name: bundle install run: |