From b38a1150b6260b0042793c6b4ee13485cd74f74c Mon Sep 17 00:00:00 2001 From: Bissas Date: Sat, 21 Oct 2023 12:37:03 +0200 Subject: [PATCH] fix: CI include deploii library --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3bca0ab..bfbcc24 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,6 +20,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.fqbn }} libraries: | + - source-path: ./ - name: WiFi - name: WebSockets @@ -44,5 +45,6 @@ jobs: cli-compile-flags: | - --warnings="none" libraries: | + - source-path: ./ - name: WiFi - name: WebSockets \ No newline at end of file