We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f31a8 commit f1d3e59Copy full SHA for f1d3e59
1 file changed
.github/workflows/build.yml
@@ -182,7 +182,7 @@ jobs:
182
gem install bundler -v '~> 1' --no-document
183
fi
184
185
- - run: echo "$Env:UserProfile\.rubies\${{ steps.ruby.outputs.ruby }}\bin" >> $Env:GITHUB_PATH
+ - run: echo "$pwd\jruby-${{ matrix.jruby-version }}\bin" >> $Env:GITHUB_PATH
186
- run: echo $Env:PATH
187
188
- run: ruby --version
0 commit comments