We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d15a2 commit a3abd88Copy full SHA for a3abd88
.github/workflows/githubci.yml
@@ -121,8 +121,7 @@ jobs:
121
arduino-cli lib install "Adafruit SPIFlash" "MIDI Library" "Adafruit seesaw Library" "Adafruit NeoPixel" "SdFat - Adafruit Fork" "SD" "Adafruit Circuit Playground" "Adafruit InternalFlash" "Pico PIO USB"
122
123
- name: Create custom build script
124
- with:
125
- working-directory: ${{ github.workspace }}/ci
+ working-directory: ${{ github.workspace }}/ci
126
run: |
127
echo 'import build_platform' > build_esp32_stable.py
128
echo 'build_platform.test_examples_in_folder("'${{ matrix.arduino-platform }}'")' >> build_esp32_v2.py
0 commit comments