workflows/tapioca: remove unnecessary steps.

This commit is contained in:
Mike McQuaid 2020-08-27 08:49:04 +01:00
parent 98f8235755
commit c5f3afa992

View File

@ -21,13 +21,6 @@ jobs:
with: with:
username: BrewTestBot username: BrewTestBot
- name: Set up Ruby
uses: actions/setup-ruby@main
with:
ruby-version: '2.6'
- name: Install RubyGems
run: brew typecheck --update-definitions
- name: Update Tapioca definitions - name: Update Tapioca definitions
id: update id: update
run: | run: |