Skip to content

Commit b2874df

Browse files
committed
Use 2.7 Gemfile for template CI
1 parent a679ee0 commit b2874df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ jobs:
2525

2626
template:
2727
runs-on: ubuntu-latest
28+
env:
29+
BUNDLE_GEMFILE: gemfiles/2.7/Gemfile
2830
steps:
2931
- uses: actions/checkout@v4
3032
- name: Set up Ruby
3133
uses: ruby/setup-ruby@v1
3234
with:
3335
ruby-version: "2.7.0"
34-
- name: Install necessary gems
35-
run: gem install rake rake-compiler
36+
bundler-cache: true
3637
- name: Generate templates
37-
run: rake templates
38+
run: bundle exec rake templates
3839
env:
3940
LANG: "C"
4041

0 commit comments

Comments
 (0)