Skip to content

Commit 9ee4fba

Browse files
committed
Lock SparkFun libraries to versions during build process
1 parent cb12abc commit 9ee4fba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ jobs:
4040
4141
4242
43+
"SparkFun u-blox GNSS v3"@3.0.2
44+
"SparkFun Micro OLED Breakout"@1.3.4
45+
"SparkFun MAX1704x Fuel Gauge Arduino Library"@1.0.4
46+
"SparkFun LIS2DH12 Arduino Library"@1.0.3
4347

4448
- name: Enable external libs
4549
run: arduino-cli config set library.enable_unsafe_install true
4650

4751
- name: Get Libraries
4852
run: arduino-cli lib install --git-url
49-
https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git
50-
https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git
51-
https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git
52-
https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git
5353
https://github.com/nseidle/ESP32-OTA-Pull.git
5454
https://github.com/me-no-dev/ESPAsyncWebServer.git
55-
https://github.com/me-no-dev/AsyncTCP.git
55+
https://github.com/me-no-dev/AsyncTCP.git
5656

5757
#Incorporate ESP-Now patch into core: https://github.com/espressif/arduino-esp32/pull/7044/files
5858
#- name: Patch ESP32 Core

0 commit comments

Comments
 (0)