From 47a4b7b9f3c561551151beca00a3827317f6778e Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Wed, 9 Jun 2021 23:55:36 -0700 Subject: [PATCH] Don't unnecessarily install ruby on CI. --- .github/workflows/2.6.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/2.6.yml b/.github/workflows/2.6.yml index 291ee703..2e13e56b 100644 --- a/.github/workflows/2.6.yml +++ b/.github/workflows/2.6.yml @@ -41,9 +41,6 @@ jobs: path: | librubyfmt/ruby_checkout/ruby-2.6.6 key: ${{ runner.os }}-ruby26-full - - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.6 - if: runner.os == 'Linux' run: | sudo apt-get install -y shellcheck build-essential ruby-dev bison