me-no-dev / arduino-ide-action

Install Arduino IDE Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action to install Arduino IDE

Usage

Example Workflow file

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Install Arduino IDE
      uses: me-no-dev/arduino-ide-action@master
        with:
          ide_path: arduino-ide # optional: relative to $HOME or absolute. default: $HOME/arduino-ide
          usr_path: Arduino # optional: relative to $HOME or absolute. default: $HOME/Arduino

...
    - run: |
        ...

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

About

Install Arduino IDE Github Action

License:MIT License


Languages

Language:JavaScript 100.0%