Skip to content

Commit

Permalink
Another attempt
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 6453bda commit 62f42b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_examples_platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
- name: Install the PlatformIO dependencies at global level
if: steps.cache_libraries.outputs.cache-hit != 'true'
run: |
pio pkg install -l -g install envirodiy/SensorModbusMaster
pio pkg install -l -g install https://github.com/PaulStoffregen/AltSoftSerial.git
pio pkg install -l -g install https://github.com/switchdoclabs/SDL_Arduino_SSD1306.git
pio pkg install -l envirodiy/SensorModbusMaster -g
pio pkg install -l https://github.com/PaulStoffregen/AltSoftSerial.git -g
pio pkg install -l https://github.com/switchdoclabs/SDL_Arduino_SSD1306.git -g
# Install GroPointModbus at the Global level for PlatformIO
# Force install to get the right version
- name: Install the testing version of GroPoint Modbus for PlatformIO
run: |
pio pkg install -l -g ${{ env.LIBRARY_INSTALL_SOURCE }} -f
pio pkg install -l ${{ env.LIBRARY_INSTALL_SOURCE }} -g -f
- name: Run PlatformIO
env:
Expand Down

0 comments on commit 62f42b0

Please sign in to comment.