Skip to content

Commit

Permalink
CI/CD: arduino_info job may fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Feb 15, 2025
1 parent f292a54 commit 2389974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Arduino recent cores versions info
run: |
sudo arduino-cli update
sudo arduino-cli update || true
sudo arduino-cli core list
sudo arduino-cli core list --updatable
arduino_build:
Expand Down

0 comments on commit 2389974

Please sign in to comment.