Skip to content

Commit 8eea79c

Browse files
committed
Remove secret requirement for public repos
Fix #244
1 parent 5d08880 commit 8eea79c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
"SparkFun Extensible Message Parser"@1.0.0
8888
"SparkFun BQ40Z50 Battery Manager Arduino Library"@1.0.0
8989
"ArduinoMqttClient"@0.1.8
90+
"SparkFun u-blox PointPerfect Library"@1.11.4
91+
"SparkFun IM19 IMU Arduino Library"@1.0.1
92+
"SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.2
9093

9194
- name: Enable external libs
9295
run: arduino-cli config set library.enable_unsafe_install true
9396

9497
- name: Get Libraries
9598
run: arduino-cli lib install --git-url
96-
https://${{ secrets.GET_PRIVATE_PPL_LIBRARY }}@github.com/sparkfun/SparkFun_u-blox_PointPerfect_Library.git
97-
https://${{ secrets.GET_PRIVATE_IM19_LIBRARY }}@github.com/sparkfun/SparkFun_IM19_IMU_Arduino_Library.git
98-
https://github.com/sparkfun/SparkFun_Unicore_GNSS_Arduino_Library.git
9999
https://github.com/me-no-dev/ESPAsyncWebServer.git
100100
https://github.com/me-no-dev/AsyncTCP.git
101101

0 commit comments

Comments
 (0)