Skip to content

Commit

Permalink
🛠️ ci: Add compile sketch action (add source-url)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Jun 29, 2024
1 parent 5d6a80d commit 7dbc516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
steps:
- name: Compile Sketch
uses: actions/checkout@v2

- 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
libraries: |
- name: M5Cardputer
- name: IRRemoteESP8266
Expand Down

0 comments on commit 7dbc516

Please sign in to comment.