We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a679ee0 commit b2874dfCopy full SHA for b2874df
1 file changed
.github/workflows/main.yml
@@ -25,16 +25,17 @@ jobs:
25
26
template:
27
runs-on: ubuntu-latest
28
+ env:
29
+ BUNDLE_GEMFILE: gemfiles/2.7/Gemfile
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up Ruby
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: "2.7.0"
- - name: Install necessary gems
- run: gem install rake rake-compiler
36
+ bundler-cache: true
37
- name: Generate templates
- run: rake templates
38
+ run: bundle exec rake templates
39
env:
40
LANG: "C"
41
0 commit comments