Skip to content

Commit

Permalink
Don't remove lock file for JRuby and TruffleRuby nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfication committed Jan 10, 2024
1 parent d0892de commit 5c5e151
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/jruby-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-head
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/truffleruby-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: truffleruby-head
Expand Down

0 comments on commit 5c5e151

Please sign in to comment.