From 04fab4f434bccc8ac2736f4dca421acd73c96699 Mon Sep 17 00:00:00 2001 From: Bray Moll Date: Tue, 11 Feb 2025 21:32:35 -0700 Subject: [PATCH] ci: use the bundler-cache for ruby --- .github/workflows/build.yml | 1 + .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed9efdf..c2cf088 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' + bundler-cache: true - name: Install Ceedling run: gem install ceedling diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b02c12..87cee27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' + bundler-cache: true - name: Install Ceedling run: gem install ceedling