Skip to content

Commit

Permalink
Still fiddling with pio commands
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jun 30, 2023
1 parent e200e4d commit 6453bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_examples_platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Force install to get the right version
- name: Install the testing version of GroPoint Modbus for PlatformIO
run: |
pio pkg install -l -g -f ${{ env.LIBRARY_INSTALL_SOURCE }}
pio pkg install -l -g ${{ env.LIBRARY_INSTALL_SOURCE }} -f
- name: Run PlatformIO
env:
Expand Down

0 comments on commit 6453bda

Please sign in to comment.