Skip to content

Commit 72f0a19

Browse files
committed
explicity use the binstubbed bin/bundle
1 parent 9978e75 commit 72f0a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ jobs:
159159

160160
- name: Check dependencies
161161
run: |
162-
bundle outdated --strict || true
163-
bundle exec ruby -c lib/twelvedata_ruby.rb
162+
bin/bundle outdated --strict || true
163+
bin/bundle exec ruby -c lib/twelvedata_ruby.rb
164164
165165
- name: Test installation
166166
run: |

0 commit comments

Comments
 (0)