We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ec074 commit 54a5089Copy full SHA for 54a5089
.github/workflows/compile-provisioning.yml
@@ -19,8 +19,9 @@ jobs:
19
env:
20
# libraries to install for all boards
21
UNIVERSAL_LIBRARIES: |
22
- # Install the ArduinoIoTCloud library from the repository
23
- - source-path: ./
+ # Install the ArduinoIoTCloud library from the commit
+ - source-url: https://github.com/fabik111/ArduinoIoTCloud.git
24
+ version: a3ec0743923b8bcfd93b6302e4986ff568d0e7ab
25
- name: ArduinoBLE
26
version: 1.4.0
27
- name: ArduinoHttpClient
0 commit comments