Skip to content

Commit

Permalink
🛠️ ci: Add compile sketch action
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Jun 29, 2024
1 parent b2743e3 commit 069a684
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:

steps:
- name: Compile Sketch
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: arduino/compile-sketches@v1
with:
fqbn: "m5stack:esp32:m5stack_cardputer"
platforms: |
- name: "m5stack:esp32"
source-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
- name: "m5stack:esp32"
source-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
libraries: |
- name: M5Cardputer
- name: IRRemoteESP8266
sketch-paths: |
- .
- source-path: ./
- name: M5Cardputer
- name: IRRemoteESP8266
sketch-paths: ./
verbose: true

0 comments on commit 069a684

Please sign in to comment.