Skip to content

Commit

Permalink
Do not use ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jun 2, 2024
1 parent d77a40a commit 94a2828
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
self-hosted: true
- name: Install Gems
run: bundle install
- name: Run tests
env:
DESTINATION: platform=${{ matrix.destination }}
Expand Down

0 comments on commit 94a2828

Please sign in to comment.