Skip to content

Commit

Permalink
Use rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 9, 2024
1 parent ffaef5a commit 8d7fba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
]
steps:
- uses: actions/checkout@v4
- name: Setup rbenv
run: eval "$(rbenv init -)"
- name: Install Gems
run: rbenv init & bundle install
run: bundle install
- name: Build framework
env:
DESTINATION: platform=${{ matrix.destination }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
]
steps:
- uses: actions/checkout@v4
- name: Setup rbenv
run: eval "$(rbenv init -)"
- name: Install Gems
run: rbenv init & bundle install
run: bundle install
- name: Run tests
env:
DESTINATION: platform=${{ matrix.destination }}
Expand Down

0 comments on commit 8d7fba1

Please sign in to comment.