Skip to content

Commit 9bc03ba

Browse files
authored
Update arduino_test_runner.yml
1 parent 37684e1 commit 9bc03ba

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 "$(ruby -e 'print Gem.bindir')" >> $GITHUB_ENV
20+
echo "PATH=$(ruby -e 'print Gem.bindir'):\$PATH" >> $GITHUB_ENV
2121
2222
- name: Verify arduino_ci installation
2323
run: arduino_ci --version

0 commit comments

Comments
 (0)