Skip to content

Commit d6d5c4e

Browse files
authored
Update arduino_test_runner.yml
1 parent c734af0 commit d6d5c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install arduino_ci gem
1818
run: |
1919
gem install arduino_ci
20-
echo "::add-path::$(ruby -e 'print Gem.bindir')"
20+
echo "$(ruby -e 'print Gem.bindir')" >> $GITHUB_PATH
2121
2222
- name: Verify arduino_ci installation
2323
run: arduino_ci --version

0 commit comments

Comments
 (0)