Browse Source

Init rbenv

onevcat 1 year ago
parent
commit
ffaef5a99a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build.yaml
  2. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -26,7 +26,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Install Gems
-        run: bundle install
+        run: rbenv init & bundle install
       - name: Build framework
         env:
           DESTINATION: platform=${{ matrix.destination }}

+ 1 - 1
.github/workflows/test.yaml

@@ -25,7 +25,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Install Gems
-        run: bundle install
+        run: rbenv init & bundle install
       - name: Run tests
         env:
           DESTINATION: platform=${{ matrix.destination }}