Skip to content

Commit 4e69878

Browse files
committed
checkout ref
1 parent a5e68f0 commit 4e69878

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ jobs:
156156
"feather_esp32s2",
157157
"feather_esp32s2_tft",
158158
"feather_esp32s2_reverse_tft",
159-
"feather_esp32s3",
160-
"feather_esp32s3_4mbflash_2mbpsram",
161-
"feather_esp32s3_tft",
159+
"wippersnapper_feather_esp32s3",
160+
"wippersnapper_feather_esp32s3_4mbflash_2mbpsram",
161+
"wippersnapper_feather_esp32s3_tft",
162162
"qtpy_esp32s3",
163163
"qtpy_esp32s2",
164-
"feather_esp32s3_reverse_tft",
164+
"wippersnapper_feather_esp32s3_reverse_tft",
165165
"qtpy_esp32s3_n4r2",
166166
]
167167
steps:
@@ -176,8 +176,9 @@ jobs:
176176
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
177177
- uses: actions/checkout@v4
178178
with:
179-
repository: adafruit/ci-arduino
179+
repository: brentru/ci-arduino
180180
path: ci
181+
ref: fix-fs-enumeration-bug
181182
- name: Install CI-Arduino
182183
run: bash ci/actions_install.sh
183184
- name: Install extra Arduino libraries

0 commit comments

Comments
 (0)