Skip to content

Commit

Permalink
no longer using ruby setup in action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrook authored Feb 6, 2024
1 parent 51558a5 commit 8f8c3e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ jobs:
steps:
- uses: actions/[email protected]

- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true

#- name: install ruby
# run: sudo apt-get install ruby-full
- name: install ruby
run: sudo apt-get install ruby-full

- name: install bundler
run: sudo gem install bundler
Expand Down

0 comments on commit 8f8c3e6

Please sign in to comment.