Skip to content

Commit 99472ae

Browse files
authored
Update arduino_test_runner.yml
1 parent c734af0 commit 99472ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ 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 "PATH=$(ruby -e 'print Gem.bindir'):\$PATH" >> $GITHUB_ENV
2121
22+
2223
- name: Verify arduino_ci installation
2324
run: arduino_ci --version
2425

0 commit comments

Comments
 (0)