diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ce5d81..4fc867f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file