Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikutuzov authored Aug 2, 2022
1 parent 93a1d9d commit c8f9690
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Checkout ESPAsyncWebServer library
- name: Checkout ElegantOTA library
uses: actions/checkout@v2
with:
repository: me-no-dev/ESPAsyncWebServer
repository: ayushsharma82/ElegantOTA
ref: master
path: CustomESPAsyncWebServer # must contain string "Custom"

- name: Checkout AsyncElegantOTA library
uses: actions/checkout@v2
with:
repository: ayushsharma82/AsyncElegantOTA
ref: master
path: CustomAsyncElegantOTA

- name: Checkout AsyncTCP library
uses: actions/checkout@v2
with:
repository: me-no-dev/AsyncTCP
ref: master
path: CustomAsyncTCP
path: CustomElegantOTA

- name: Checkout ErriezMHZ19B library
uses: actions/checkout@v2
Expand Down

0 comments on commit c8f9690

Please sign in to comment.