Skip to content

Commit dca92d2

Browse files
committed
update ci
1 parent 6cc59f9 commit dca92d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Arduino_DebugUtils
3232
- name: Arduino_ConnectionHandler
3333
- name: ArduinoBLE
34-
- name: Arduino_CloudUtils
34+
- source-url: https://github.com/fabik111/Arduino_CloudUtils.git
35+
version: add-standard-encoders
3536
- name: Arduino_KVStore
3637
SKETCH_PATHS: |
3738
- examples/NetworkConfiguratorDemo

extras/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ FetchContent_Declare(
1616

1717
FetchContent_Declare(
1818
cloudutils
19-
GIT_REPOSITORY https://github.com/arduino-libraries/Arduino_CloudUtils.git
20-
GIT_TAG main
19+
GIT_REPOSITORY https://github.com/fabik111/Arduino_CloudUtils.git
20+
GIT_TAG add-standard-encoders
2121
CONFIGURE_COMMAND ""
2222
BUILD_COMMAND ""
2323
)

0 commit comments

Comments
 (0)