Skip to content

workflows are kicking my ass. #9

workflows are kicking my ass.

workflows are kicking my ass. #9

Workflow file for this run

on:
- push
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/[email protected]
with:
platforms: |
- source-url: "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
name: "adafruit:samd"
sketch-paths: |
- ./
libraries: |
- "Adafruit BusIO"
- "Adafruit GFX Library"
- "Adafruit HX8357 Library"
- "Adafruit PCF8591"
- "DallasTemperature"
- "FreeRTOS SAMD51"
- "MQTT"
- "OneWire"
- "WiFiNINA"