Skip to content

Commit 37684e1

Browse files
authored
Update arduino_test_runner.yml
1 parent 7671c74 commit 37684e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
- name: Install arduino_ci gem
1818
run: |
1919
gem install arduino_ci
20-
echo "$(ruby -e 'print Gem.bindir')" >> $GITHUB_PATH
21-
export PATH="$PATH:$(ruby -e 'print Gem.bindir')"
22-
20+
echo "$(ruby -e 'print Gem.bindir')" >> $GITHUB_ENV
21+
2322
- name: Verify arduino_ci installation
2423
run: arduino_ci --version
25-
24+
2625
- name: Run Arduino CI tests
2726
run: arduino_ci

0 commit comments

Comments
 (0)