Skip to content

Commit

Permalink
feat: CI libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Oct 21, 2023
1 parent b16becc commit 12726da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.fqbn }}
libraries: |
- name: WiFi
- name: WebSockets
build-for-esp32:
runs-on: ubuntu-latest

Expand All @@ -37,4 +42,7 @@ jobs:
- name: esp32:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
cli-compile-flags: |
- --warnings="none"
- --warnings="none"
libraries: |
- name: WiFi
- name: WebSockets

0 comments on commit 12726da

Please sign in to comment.