We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ccb75 commit 3804ad4Copy full SHA for 3804ad4
1 file changed
.github/workflows/test.yml
@@ -115,8 +115,8 @@ jobs:
115
env:
116
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
117
118
- - name: which ruby, rake bundle
119
- if: "!startsWith(matrix.os, 'windows')"
+ - name: which ruby, rake, bundle
+ shell: bash
120
run: which -a ruby rake bundle
121
- name: where ruby, rake, bundle
122
if: startsWith(matrix.os, 'windows')
0 commit comments