Skip to content

Commit b8e6fc5

Browse files
Adding Ruby vendor binaries to PATH
1 parent 59dfc23 commit b8e6fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
bundle config path vendor/bundle
3232
bundle install --jobs 4 --retry 3
33+
echo "$PWD/vendor/bundle/bin" >> $GITHUB_PATH
3334
- name: Print versions
3435
run: |
3536
java -version

0 commit comments

Comments
 (0)