From 1138e964503374ba493dc14d909b5084ea76c46b Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 17 Dec 2023 13:33:10 +0100 Subject: [PATCH] Avoid installing bundler manually for yamatanooroti builds (#816) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb493c442..313c6d672 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,6 +60,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler-cache: true - name: Install libvterm run: | sudo apt install -y libtool-bin @@ -71,7 +72,6 @@ jobs: sudo make install - name: Install dependencies run: | - gem install bundler --no-document WITH_VTERM=1 bundle install - name: rake test_yamatanooroti run: WITH_VTERM=1 bundle exec rake test_yamatanooroti