Skip to content

Commit ffaef5a

Browse files
committed
Init rbenv
1 parent 8ef48ee commit ffaef5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Install Gems
29-
run: bundle install
29+
run: rbenv init & bundle install
3030
- name: Build framework
3131
env:
3232
DESTINATION: platform=${{ matrix.destination }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Install Gems
28-
run: bundle install
28+
run: rbenv init & bundle install
2929
- name: Run tests
3030
env:
3131
DESTINATION: platform=${{ matrix.destination }}

0 commit comments

Comments
 (0)