Skip to content

Commit c264176

Browse files
committed
Tell the Action where to put the gems
This needs to match our custom setup in the Rakefile
1 parent d3030fc commit c264176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
validate:
1313
runs-on: ubuntu-latest
14+
env:
15+
BUNDLE_PATH: gems
1416
steps:
1517
- uses: actions/checkout@v2
1618

@@ -19,6 +21,7 @@ jobs:
1921
with:
2022
ruby-version: 2.7
2123
bundler-cache: true
24+
cache-version: 1
2225

2326
- name: Build
2427
run: bundle exec rake build

0 commit comments

Comments
 (0)