Skip to content

Commit a3abd88

Browse files
committed
fix ci syntax
1 parent e6d15a2 commit a3abd88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ jobs:
121121
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"
122122
123123
- name: Create custom build script
124-
with:
125-
working-directory: ${{ github.workspace }}/ci
124+
working-directory: ${{ github.workspace }}/ci
126125
run: |
127126
echo 'import build_platform' > build_esp32_stable.py
128127
echo 'build_platform.test_examples_in_folder("'${{ matrix.arduino-platform }}'")' >> build_esp32_v2.py

0 commit comments

Comments
 (0)