Skip to content

Commit

Permalink
remove rp2040 built-in SdFat since it conflicts with SdFat - Adafruit…
Browse files Browse the repository at this point in the history
…'s fork
  • Loading branch information
hathach committed Feb 26, 2025
1 parent f12e3f2 commit 9acb857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
run: |
arduino-cli lib install ${{ env.ARDUINO_LIBS }}
arduino-cli lib list
# remove rp2040 built-in SdFat since it conflicts with SdFat - Adafruit's fork
rm -rf ~/.arduino15/packages/arduino/hardware/rp2040/*/libraries/SdFat
- name: test platforms
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
Expand Down

0 comments on commit 9acb857

Please sign in to comment.