From 98baf29baed00833b4f7b2372f2f8725910ddaa8 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:23:25 +0200 Subject: [PATCH] Use POSIXStorage from lib manager --- .github/workflows/compile-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index e686b80..caa2b8e 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -63,7 +63,7 @@ jobs: # Install the library from the local path. - source-path: ./ - name: Arduino_USBHostMbed5 - - source-path: https://github.com/arduino-libraries/Arduino_POSIXStorage + - name: Arduino_POSIXStorage # Additional library dependencies can be listed here. # See: https://github.com/arduino/compile-sketches#libraries sketch-paths: | @@ -100,4 +100,4 @@ jobs: # If actions/download-artifact failed, there are no artifacts to report from. if: steps.download-artifact.outcome == 'success' with: - sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }} \ No newline at end of file + sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}