Skip to content

Commit 8c8530b

Browse files
Merge branch 'feature/unified_ci' of github.com:livekit/client-sdk-cpp into feature/unified_ci
2 parents 0172a2a + b438371 commit 8c8530b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
# sccache cache per-crate compilations whenever the cargo target cache misses.
2424
CARGO_INCREMENTAL: "0"
2525
# Pinned commit for cpp-example-collection smoke build (https://github.com/livekit-examples/cpp-example-collection)
26-
CPP_EXAMPLE_COLLECTION_REF: 402e6fbcc3cb8b2b2aaf80e21b289f27a9060dc6
26+
CPP_EXAMPLE_COLLECTION_REF: bbf0fdf72dac2239117213475449565686f8c58b
2727
# vcpkg binary caching for Windows
2828
VCPKG_DEFAULT_TRIPLET: x64-windows-static-md
2929
VCPKG_DEFAULT_HOST_TRIPLET: x64-windows-static-md

.github/workflows/docker-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
# Pinned commit for cpp-example-collection smoke build (https://github.com/livekit-examples/cpp-example-collection)
14-
CPP_EXAMPLE_COLLECTION_REF: 402e6fbcc3cb8b2b2aaf80e21b289f27a9060dc6
14+
CPP_EXAMPLE_COLLECTION_REF: bbf0fdf72dac2239117213475449565686f8c58b
1515

1616
jobs:
1717
validate-x64:

cpp-example-collection

0 commit comments

Comments
 (0)