Skip to content

Commit db79e61

Browse files
authored
Merge pull request #651 from adafruit/test-c6-builds
Fix C6 Build
2 parents f0ebfd0 + 3e48594 commit db79e61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
"feather_esp32_v2",
245245
"itsybitsy_esp32",
246246
"wippersnapper_qtpy_esp32c3",
247-
"wippersnapper_feather_esp32c6",
247+
"wippersnapper_feather_esp32c6"
248248
]
249249
include:
250250
- offset: "0x1000"
@@ -264,8 +264,8 @@ jobs:
264264
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
265265
- uses: actions/checkout@v4
266266
with:
267-
repository: tyeth/ci-arduino
268-
ref: WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
267+
repository: adafruit/ci-arduino
268+
ref: ci-wippersnapper
269269
path: ci
270270
- name: Checkout Board Definitions
271271
uses: actions/checkout@v4
@@ -288,9 +288,9 @@ jobs:
288288
mv nanopb/pb.h src/nanopb/nanopb.pb.h
289289
- name: Install Dependencies
290290
run: |
291-
pip3 install esptool
291+
pip install esptool==4.6
292292
- name: build ESP32 platforms
293-
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
293+
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294294
- name: Check artifacts
295295
run: |
296296
ls examples/Wippersnapper_demo/build/*

0 commit comments

Comments
 (0)