File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ jobs:
1616 # Add ESP32 core index and install the latest available esp32 core
1717 arduino-cli core update-index --additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
1818 arduino-cli core install esp32:esp32
19- - name : Link local library into Arduino CLI
19+ - name : Install local library into Arduino sketchbook libraries
2020 run : |
21- # Link the repository as a library so arduino-cli can find it
22- arduino-cli lib link $GITHUB_WORKSPACE
21+ mkdir -p "$HOME/Arduino/libraries/HaierProtocol"
22+ cp -R "$GITHUB_WORKSPACE"/* "$HOME/Arduino/libraries/HaierProtocol/"
23+ echo "Installed local library to $HOME/Arduino/libraries/HaierProtocol"
2324 - name : List Arduino CLI libraries (debug)
2425 run : |
2526 arduino-cli lib list || true
You can’t perform that action at this time.
0 commit comments