10000 Install recent version of Arduino-IDE so we can run on 64-bit macOS by jgfoster · Pull Request #6 · Arduino-CI/Blink · GitHub
[go: up one dir, main page]

Skip to content

Install recent version of Arduino-IDE so we can run on 64-bit macOS #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Install recent version of Arduino-IDE so we can run on 64-bit macOS.
  • Loading branch information
James Foster committed Nov 12, 2020
commit c3a819c163ac03dbba997a6f17c12c98b7dd7c31
4 changes: 4 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
with:
ruby-version: 2.6
- run: |
# Install recent Arduino-IDE, Arduino-CI, and then run test
curl -fsSL https://downloads.arduino.cc/arduino-1.8.13-macosx.zip > arduino.zip
unzip arduino.zip > /dev/null
mv Arduino.app /Users/runner/
bundle install
bundle exec arduino_ci_remote.rb
0