Skip to content

Commit 55b805b

Browse files
committed
Add versions to libraries
1 parent 5ee16af commit 55b805b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/compile-loraserial.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@ jobs:
3636
- name: Enable external libs
3737
run: arduino-cli config set library.enable_unsafe_install true
3838

39-
- name: Get Libraries
39+
- name: Get Known Libraries
40+
run: arduino-cli lib install
41+
RadioLib@5.6.0
42+
Crypto@0.4.0
43+
JC_Button@2.1.2
44+
SAMD_TimerInterrupt@1.9.0
45+
FlashStorage_SAMD@1.3.2
46+
47+
- name: Get Git Libraries
4048
run: arduino-cli lib install --git-url
41-
https://github.com/jgromes/RadioLib.git
42-
https://github.com/OperatorFoundation/Crypto.git
43-
https://github.com/JChristensen/JC_Button.git
44-
https://github.com/khoih-prog/SAMD_TimerInterrupt.git
45-
https://github.com/khoih-prog/FlashStorage_SAMD.git
4649
https://github.com/javos65/WDTZero.git
4750

4851
#Original Crypto library: https://github.com/rweather/arduinolibs.git

0 commit comments

Comments
 (0)