Skip to content

Commit

Permalink
🔨 chore: Update build process
Browse files Browse the repository at this point in the history
- Add AsyncTCP library to the build process
- Enable unsafe library installation
  • Loading branch information
Cp0204 committed Jul 22, 2024
1 parent d72681e commit 7d8a202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-belease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
paths:
- '**.ino'
# - '.github/workflows/**.yml'
- '.github/workflows/**.yml'
tags:
- 'v*'
workflow_dispatch:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
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
arduino-cli lib install --git-url "https://github.com/me-no-dev/AsyncTCP.git" "https://github.com/me-no-dev/ESPAsyncWebServer.git"
- name: Compile Sketch
run: |
Expand Down

0 comments on commit 7d8a202

Please sign in to comment.