We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bf674 commit 28e61ebCopy full SHA for 28e61eb
.github/workflows/platformio.yml
@@ -34,8 +34,8 @@ jobs:
34
run: pip install --upgrade platformio
35
# install the libraries before compiling
36
# otherwise compilation might fail to find the just-installed libraries
37
- # - name: Install platformIO libraries
38
- # run: pio lib install
+ - name: Install platformIO libraries
+ run: pio lib install
39
- name: Build PlatformIO Project
40
run: pio run --environment ${{ matrix.pio-env }}
41
0 commit comments