Skip to content

Commit c734af0

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
ruby-version: '3.1' # Or your preferred version
1616

1717
- name: Install arduino_ci gem
18-
run: gem install arduino_ci
18+
run: |
19+
gem install arduino_ci
20+
echo "::add-path::$(ruby -e 'print Gem.bindir')"
21+
22+
- name: Verify arduino_ci installation
23+
run: arduino_ci --version
1924

2025
- name: Run Arduino CI tests
2126
run: arduino_ci

0 commit comments

Comments
 (0)