Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Oct 1, 2024
1 parent a49e867 commit d7991d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Install deps
run: bundle install --jobs 4 --retry 3

Expand Down

0 comments on commit d7991d7

Please sign in to comment.