Skip to content

Commit

Permalink
Fix arduino_cron
Browse files Browse the repository at this point in the history
Apparently since adafruit#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.
  • Loading branch information
jepler committed Jun 21, 2024
1 parent f00ff21 commit d5b1008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/arduino_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"

# Checkout the learn repo itself
- uses: actions/checkout@v4

# Checkout the CI scripts
- uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
Expand Down

0 comments on commit d5b1008

Please sign in to comment.