Skip to content

Commit 54a5089

Browse files
committed
fix for compile last version
1 parent a3ec074 commit 54a5089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
env:
2020
# libraries to install for all boards
2121
UNIVERSAL_LIBRARIES: |
22-
# Install the ArduinoIoTCloud library from the repository
23-
- source-path: ./
22+
# Install the ArduinoIoTCloud library from the commit
23+
- source-url: https://github.com/fabik111/ArduinoIoTCloud.git
24+
version: a3ec0743923b8bcfd93b6302e4986ff568d0e7ab
2425
- name: ArduinoBLE
2526
version: 1.4.0
2627
- name: ArduinoHttpClient

0 commit comments

Comments
 (0)