From 2bddd07bf8f694569f2d299d2fb20015e50998fe Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 7 Feb 2026 21:17:06 -0800 Subject: [PATCH] Cache gems in GitHub Actions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e14785b..ef21dc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version + bundler-cache: true - name: Bootstrap run: bin/bootstrap @@ -36,6 +37,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version + bundler-cache: true - name: Bootstrap run: bin/bootstrap @@ -54,6 +56,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version + bundler-cache: true - name: Bootstrap run: bin/bootstrap