فهرست منبع

Suppress deprecating warning for bundle on GH CI

onevcat 6 سال پیش
والد
کامیت
27f2770846
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/build.yaml

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

@@ -18,7 +18,7 @@ jobs:
           restore-keys: |
           restore-keys: |
             ${{ runner.os }}-gem-
             ${{ runner.os }}-gem-
       - name: Install Gems
       - name: Install Gems
-        run: bundle install --path vendor/bundle
+        run: bundle config set path 'vendor/bundle' && bundle install
       - name: Run tests
       - name: Run tests
         env:
         env:
           DESTINATION: platform=${{ matrix.destination }}
           DESTINATION: platform=${{ matrix.destination }}