|
13 | 13 |
|
14 | 14 | jobs: |
15 | 15 | build-esp32sx-esptool: |
16 | | - name: Build WipperSnapper ESP32-Sx |
| 16 | + name: Build ESP32-Sx |
17 | 17 | runs-on: ubuntu-latest |
18 | 18 | strategy: |
19 | 19 | fail-fast: false |
|
33 | 33 | echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) |
34 | 34 | - uses: actions/checkout@v4 |
35 | 35 | with: |
36 | | - repository: adafruit/ci-arduino |
| 36 | + repository: brentru/ci-arduino |
37 | 37 | path: ci |
| 38 | + ref: add-ws-partition-scheme-targets |
38 | 39 | - name: Checkout Board Definitions |
39 | 40 | uses: actions/checkout@v4 |
40 | 41 | with: |
@@ -144,7 +145,7 @@ jobs: |
144 | 145 | wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 |
145 | 146 |
|
146 | 147 | build-esp32sx: |
147 | | - name: Build WipperSnapper ESP32-Sx |
| 148 | + name: Build ESP32-Sx |
148 | 149 | runs-on: ubuntu-latest |
149 | 150 | strategy: |
150 | 151 | fail-fast: false |
@@ -226,7 +227,7 @@ jobs: |
226 | 227 | wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin |
227 | 228 |
|
228 | 229 | build-esp32: |
229 | | - name: Build WipperSnapper ESP32, ESP32-Cx |
| 230 | + name: Build ESP32 and Cx |
230 | 231 | runs-on: ubuntu-latest |
231 | 232 | strategy: |
232 | 233 | fail-fast: false |
@@ -258,8 +259,9 @@ jobs: |
258 | 259 | echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) |
259 | 260 | - uses: actions/checkout@v4 |
260 | 261 | with: |
261 | | - repository: adafruit/ci-arduino |
| 262 | + repository: brentru/ci-arduino |
262 | 263 | path: ci |
| 264 | + ref: add-ws-partition-scheme-targets |
263 | 265 | - name: Checkout Board Definitions |
264 | 266 | uses: actions/checkout@v4 |
265 | 267 | with: |
@@ -646,8 +648,9 @@ jobs: |
646 | 648 | echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags) |
647 | 649 | - uses: actions/checkout@v4 |
648 | 650 | with: |
649 | | - repository: adafruit/ci-arduino |
| 651 | + repository: brentru/ci-arduino |
650 | 652 | path: ci |
| 653 | + ref: add-ws-partition-scheme-targets |
651 | 654 | - name: Checkout Board Definitions |
652 | 655 | uses: actions/checkout@v4 |
653 | 656 | with: |
|
0 commit comments