Update CI

This commit is contained in:
lewishe 2024-02-01 12:31:10 +08:00
parent 4d4d78bca9
commit fe941070ab

View File

@ -42,4 +42,6 @@ jobs:
run: pip install --upgrade platformio
- name: Run PlatformIO
run: pio run -e ${{ matrix.example }}
run: |
export PLATFORMIO_SRC_DIR="examples/${{ matrix.example }}"
pio run -e ${{ matrix.example }}