From e6e7d96e509ea6cfcbc351189f06fbf5f3406758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Metrich?= <45318189+FredM67@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:24:13 +0200 Subject: [PATCH] Update build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Metrich <45318189+FredM67@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8eb2072..f7b872b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: pip install --upgrade platformio # It is important to first install the libraries before compiling, since otherwise compilation might fail to find the just-installed libraries - name: Install platformIO libraries - run: pio lib install + run: pio pkg install --project-dir Mk2_3phase_RFdatalog_temp - name: Run PlatformIO run: | pio run --project-dir Mk2_3phase_RFdatalog_temp