Skip to content

Commit

Permalink
Merge pull request #321 from phiggins/remove-unnecessary-ruby-install…
Browse files Browse the repository at this point in the history
…-from-ci

Don't unnecessarily install ruby on CI.
  • Loading branch information
phiggins authored Jun 10, 2021
2 parents d27626f + 47a4b7b commit 5ebcd9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/2.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,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
Expand Down

0 comments on commit 5ebcd9f

Please sign in to comment.