Skip to content

Commit

Permalink
fix(CI); Ethernet lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Oct 21, 2023
1 parent b38a115 commit f9e1757
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
- push
- pull_request

env:
GLOBAL_LIBS: |
- source-path: ./
- name: WiFi
- name: WebSockets
- name: Ethernet
jobs:
build-for-arduino:
runs-on: ubuntu-latest
Expand All @@ -19,10 +26,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.fqbn }}
libraries: |
- source-path: ./
- name: WiFi
- name: WebSockets
libraries: ${{env.GLOBAL_LIBS}}


build-for-esp32:
Expand All @@ -44,7 +48,4 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
cli-compile-flags: |
- --warnings="none"
libraries: |
- source-path: ./
- name: WiFi
- name: WebSockets
libraries: ${{env.GLOBAL_LIBS}}

0 comments on commit f9e1757

Please sign in to comment.