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 30c871e commit cf3b61fCopy full SHA for cf3b61f
.github/workflows/build-clang-doxy.yml
@@ -565,6 +565,7 @@ jobs:
565
"feather_esp32s3_debug",
566
"feather_esp32s3_4mbflash_2mbpsram_debug",
567
"feather_esp32s3_tft_debug",
568
+ "feather_esp32s3_reverse_tft_debug",
569
]
570
steps:
571
- uses: actions/setup-python@v5
@@ -578,7 +579,7 @@ jobs:
578
579
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
580
- uses: actions/checkout@v4
581
with:
- repository: adafruit/ci-arduino
582
+ repository: brentru/ci-arduino
583
path: ci
584
ref: ci-wippersnapper
585
- name: Install CI-Arduino
0 commit comments