We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e3f2 commit 9acb857Copy full SHA for 9acb857
.github/workflows/githubci.yml
@@ -78,6 +78,8 @@ jobs:
78
run: |
79
arduino-cli lib install ${{ env.ARDUINO_LIBS }}
80
arduino-cli lib list
81
+ # remove rp2040 built-in SdFat since it conflicts with SdFat - Adafruit's fork
82
+ rm -rf ~/.arduino15/packages/arduino/hardware/rp2040/*/libraries/SdFat
83
84
- name: test platforms
85
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
0 commit comments