Skip to content

Commit

Permalink
Suppress deprecating warning for bundle on GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 17, 2020
1 parent f15d018 commit 27f2770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gem-
- name: Install Gems
run: bundle install --path vendor/bundle
run: bundle config set path 'vendor/bundle' && bundle install
- name: Run tests
env:
DESTINATION: platform=${{ matrix.destination }}
Expand Down

0 comments on commit 27f2770

Please sign in to comment.