Skip to content

Commit 93ad696

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- name: Install arduino_ci gem
1818
run: |
1919
gem install arduino_ci
20-
echo "PATH=$(ruby -e 'print Gem.bindir'):\$PATH" >> $GITHUB_ENV
20+
echo "$(ruby -e 'print Gem.bindir')" >> $GITHUB_PATH
2121
22-
2322
- name: Verify arduino_ci installation
2423
run: arduino_ci --version
2524

0 commit comments

Comments
 (0)