|
40 | 40 | - name: Install Arduino-MySQL |
41 | 41 | run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/cotestatnt/Arduino-MySQL |
42 | 42 |
|
| 43 | + - name: Install Arduino_MFRC522v2 |
| 44 | + run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/OSSLibraries/Arduino_MFRC522v2 |
| 45 | + |
43 | 46 | - name: Checkout |
44 | 47 | uses: actions/checkout@v4 |
45 | 48 |
|
@@ -173,45 +176,4 @@ jobs: |
173 | 176 | echo "Building examples/$i..." |
174 | 177 | echo "=============================================================" |
175 | 178 | PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=${{ matrix.board }} pio run -e ci-arduino-3-latest |
176 | | - done |
177 | | -
|
178 | | - # platformio-specific-envs: |
179 | | - # name: ESP32 (pio) - Specific Envs |
180 | | - # runs-on: ubuntu-latest |
181 | | - # strategy: |
182 | | - # fail-fast: false |
183 | | - # matrix: |
184 | | - # env: |
185 | | - # - ci-arduino-3-latest-asynctcp |
186 | | - # - ci-arduino-3-no-json |
187 | | - |
188 | | - # steps: |
189 | | - # - name: Checkout |
190 | | - # uses: actions/checkout@v4 |
191 | | - |
192 | | - # - name: Cache PlatformIO |
193 | | - # uses: actions/cache@v4 |
194 | | - # with: |
195 | | - # key: ${{ runner.os }}-pio |
196 | | - # path: | |
197 | | - # ~/.cache/pip |
198 | | - # ~/.platformio |
199 | | - |
200 | | - # - name: Python |
201 | | - # uses: actions/setup-python@v5 |
202 | | - # with: |
203 | | - # python-version: "3.x" |
204 | | - |
205 | | - # - name: Install PIO |
206 | | - # run: | |
207 | | - # python -m pip install --upgrade pip |
208 | | - # pip install --upgrade platformio |
209 | | - |
210 | | - # - name: Build Examples |
211 | | - # run: | |
212 | | - # for i in `ls examples`; do |
213 | | - # echo "=============================================================" |
214 | | - # echo "Building examples/$i..." |
215 | | - # echo "=============================================================" |
216 | | - # PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=esp32dev pio run -e ${{ matrix.env }} |
217 | | - # done |
| 179 | + done |
0 commit comments