Skip to content

Commit f1d3e59

Browse files
committed
Fix Path setup for buildJRubyWindows
1 parent e5f31a8 commit f1d3e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
gem install bundler -v '~> 1' --no-document
183183
fi
184184
185-
- run: echo "$Env:UserProfile\.rubies\${{ steps.ruby.outputs.ruby }}\bin" >> $Env:GITHUB_PATH
185+
- run: echo "$pwd\jruby-${{ matrix.jruby-version }}\bin" >> $Env:GITHUB_PATH
186186
- run: echo $Env:PATH
187187

188188
- run: ruby --version

0 commit comments

Comments
 (0)