Skip to content

Commit d072bc4

Browse files
committed
Try setup truffleruby
1 parent 2cdbb77 commit d072bc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- Gemfile.rails6
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
with:
2626
submodules: recursive
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
3030
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31-
- run: bundle lock --add-platform x86_64-linux && bundle install && bundle exec rake
31+
- run: bundle exec rake
3232
env:
3333
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

0 commit comments

Comments
 (0)