Skip to content

Commit 36f7278

Browse files
committed
correct gha
1 parent a9ab3a8 commit 36f7278

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9+
- uses: ruby/setup-ruby@v1
10+
with:
11+
bundler-cache: true
912
- name: Install dependencies
1013
run: bundle install
1114
- name: Build

0 commit comments

Comments
 (0)