From 1279a4db712eb56ac8f6098bfca4349fc904e648 Mon Sep 17 00:00:00 2001 From: Kugayama Nana Date: Fri, 6 Dec 2024 13:35:34 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"bundler=20cache=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=81=A8Gemfile.lock=E3=81=A0=E3=81=91=E3=81=A7=E3=81=AF?= =?UTF-8?q?=E3=81=AA=E3=81=8Fgemspec=E3=82=82=E8=80=83=E6=85=AE=E3=81=AB?= =?UTF-8?q?=E5=85=A5=E3=82=8C=E3=81=AA=E3=81=84=E3=81=A8=E3=81=84=E3=81=91?= =?UTF-8?q?=E3=81=84=E3=81=AE=E3=81=AB=E5=8F=8D=E3=81=97=E3=81=A6=E5=A3=8A?= =?UTF-8?q?=E3=82=8C=E3=82=8B=EF=BC=9F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 567c991a5667e3a1a72f991c335643e959b2e1b4. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4997853..b8395b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,5 +22,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler-cache: true - name: Run steep run: bundle exec steep check