Skip to content

Commit

Permalink
Merge pull request #121 from nachiket87/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch authored Dec 3, 2021
2 parents 948180f + 026fb78 commit 59ad36f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
ruby-version: 3.0.3
bundler-cache: true
- name: Install sqlite headers
run: |
sudo apt-get update
Expand Down

0 comments on commit 59ad36f

Please sign in to comment.