Skip to content

Commit 9f9386f

Browse files
committed
依存パッケージのインストールを追記
1 parent b980e3c commit 9f9386f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/compile-sketches.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: arduino/setup-arduino-cli@v2
23+
- run: |
24+
arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP.git
25+
arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer.git
2226
- uses: arduino/compile-sketches@v1
2327
with:
2428
enable-deltas-report: true

0 commit comments

Comments
 (0)