Skip to content

Commit 273c267

Browse files
author
James Foster
authored
Install recent version of Arduino-IDE so we can run on 64-bit macOS. (#6)
1 parent 5e8fc15 commit 273c267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
with:
1212
ruby-version: 2.6
1313
- run: |
14+
# Install recent Arduino-IDE, Arduino-CI, and then run test
15+
curl -fsSL https://downloads.arduino.cc/arduino-1.8.13-macosx.zip > arduino.zip
16+
unzip arduino.zip > /dev/null
17+
mv Arduino.app /Users/runner/
1418
bundle install
1519
bundle exec arduino_ci_remote.rb

0 commit comments

Comments
 (0)