Skip to content

Commit 476a09f

Browse files
committed
Fix deprecations
1 parent 9b66b59 commit 476a09f

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
@@ -116,7 +116,7 @@ jobs:
116116
fi
117117
118118
# Test
119-
- run: echo "::add-path::$PWD/jruby-head/bin"
119+
- run: echo "$PWD/jruby-head/bin" >> $GITHUB_PATH
120120
- run: ruby --version
121121
- run: gem --version
122122
- run: rake --version

0 commit comments

Comments
 (0)