Skip to content

Commit 9570cc5

Browse files
committed
fix offset attempt
1 parent 13cd5b0 commit 9570cc5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,12 @@ jobs:
245245
"itsybitsy_esp32",
246246
"wippersnapper_qtpy_esp32c3",
247247
"wippersnapper_feather_esp32c6",
248+
"wippersnapper_feather_esp32c6_debug"
248249
]
249250
include:
250251
- offset: "0x1000"
251252
- offset: "0x0"
252253
arduino-platform: "wippersnapper_qtpy_esp32c3"
253-
- offset: "0x0"
254-
arduino-platform: "wippersnapper_feather_esp32c6"
255254
steps:
256255
- uses: actions/setup-python@v5
257256
with:
@@ -264,8 +263,8 @@ jobs:
264263
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
265264
- uses: actions/checkout@v4
266265
with:
267-
repository: tyeth/ci-arduino
268-
ref: WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
266+
repository: brentru/ci-arduino
267+
ref: debug-c6
269268
path: ci
270269
- name: Checkout Board Definitions
271270
uses: actions/checkout@v4
@@ -290,7 +289,7 @@ jobs:
290289
run: |
291290
pip3 install esptool
292291
- 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
292+
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
294293
- name: Check artifacts
295294
run: |
296295
ls examples/Wippersnapper_demo/build/*

0 commit comments

Comments
 (0)