Skip to content

Commit

Permalink
🔨 chore: Update build process
Browse files Browse the repository at this point in the history
- Enable unsafe install for ESPAsyncWebServer library
- Add comment to explain the change
  • Loading branch information
Cp0204 committed Jul 22, 2024
1 parent 3aa89ee commit d72681e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-belease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Install Libraries
run: |
arduino-cli lib install "ArduinoJson" "OneButton" "WS2812FX"
# Enable use --git-url and --zip-file
export ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true
arduino-cli lib install --git-url https://github.com/me-no-dev/ESPAsyncWebServer.git
- name: Compile Sketch
Expand Down

0 comments on commit d72681e

Please sign in to comment.