File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 76
76
arduino-cli lib update-index
77
77
echo "Installing required libraries..."
78
78
arduino-cli lib install MIDIUSB
79
- arduino-cli lib install Adafruit_FreeTouch # <--- CHANGED THIS LINE
79
+ # --- Attempting to install Adafruit_FreeTouch ---
80
+ echo "Searching for Adafruit_FreeTouch..."
81
+ arduino-cli lib search Adafruit_FreeTouch || echo "Search failed, proceeding with Git install."
82
+ echo "Installing Adafruit_FreeTouch via Git URL..."
83
+ arduino-cli lib install --git-url https://github.com/adafruit/Adafruit_FreeTouch.git # <--- INSTALLING VIA GIT
84
+ # --- End Adafruit_FreeTouch Install ---
80
85
arduino-cli lib install FlashStorage
81
86
echo "Library installation complete."
87
+ echo "--- Installed Libraries ---"
88
+ arduino-cli lib list
89
+ echo "---------------------------"
82
90
83
91
- name : Set Hardware Define in Header
84
92
env :
You can’t perform that action at this time.
0 commit comments