Skip to content

Commit d5b1008

Browse files
committed
Fix arduino_cron
Apparently since #2497, in which the extra 'checkout' line was lost, we have not actually been building the arduino artifacts during CI. The line may have looked like a mistake or duplicate when the CI was revised.
1 parent f00ff21 commit d5b1008

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/arduino_cron.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
- uses: actions/setup-python@v5
6969
with:
7070
python-version: "3.x"
71+
72+
# Checkout the learn repo itself
73+
- uses: actions/checkout@v4
74+
75+
# Checkout the CI scripts
7176
- uses: actions/checkout@v4
7277
with:
7378
repository: adafruit/ci-arduino

0 commit comments

Comments
 (0)