Skip to content

Commit 68f7d5b

Browse files
committed
fix pipeline
1 parent 11e34f0 commit 68f7d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platformio.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: pip install --upgrade platformio
3535
# install the libraries before compiling
3636
# otherwise compilation might fail to find the just-installed libraries
37-
# - name: Install platformIO libraries
38-
# run: pio lib install
37+
- name: Install platformIO libraries
38+
run: pio lib install
3939
- name: Build PlatformIO Project
4040
run: pio run --environment ${{ matrix.pio-env }}
4141

0 commit comments

Comments
 (0)