Skip to content

Commit

Permalink
Use 2.7 Gemfile for template CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Dec 21, 2024
1 parent a679ee0 commit b2874df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ jobs:

template:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/2.7/Gemfile
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.0"
- name: Install necessary gems
run: gem install rake rake-compiler
bundler-cache: true
- name: Generate templates
run: rake templates
run: bundle exec rake templates
env:
LANG: "C"

Expand Down

0 comments on commit b2874df

Please sign in to comment.