File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments