Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Metrich <45318189+FredM67@users.noreply.github.com>
  • Loading branch information
FredM67 committed Jun 2, 2024
1 parent ceb80c0 commit e6e7d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6e7d96

Please sign in to comment.