@@ -266,6 +266,17 @@ jobs:
266266 submodules : recursive
267267 fetch-depth : 0
268268
269+ - name : Free disk space (GitHub-hosted runner)
270+ uses : jlumbroso/free-disk-space@v1.3.1
271+ with :
272+ tool-cache : false
273+ android : true
274+ dotnet : true
275+ haskell : true
276+ large-packages : true
277+ docker-images : true
278+ swap-storage : true
279+
269280 - name : Set up Docker Buildx
270281 uses : docker/setup-buildx-action@v3
271282
@@ -305,6 +316,17 @@ jobs:
305316 submodules : recursive
306317 fetch-depth : 0
307318
319+ - name : Free disk space (GitHub-hosted runner)
320+ uses : jlumbroso/free-disk-space@v1.3.1
321+ with :
322+ tool-cache : false
323+ android : true
324+ dotnet : true
325+ haskell : true
326+ large-packages : true
327+ docker-images : true
328+ swap-storage : true
329+
308330 - name : Set up Docker Buildx
309331 uses : docker/setup-buildx-action@v3
310332
@@ -353,7 +375,7 @@ jobs:
353375 set -euxo pipefail
354376 git clone https://github.com/livekit-examples/cpp-example-collection.git /tmp/cpp-example-collection
355377 cd /tmp/cpp-example-collection
356- git checkout sderosa/examples-migration
378+ git checkout f231c0c75028d1dcf13edcecd369d030d2c7c8d4
357379 cmake -S . -B build -DLIVEKIT_LOCAL_SDK_DIR=/opt/livekit-sdk
358380 cmake --build build --parallel
359381 '
@@ -378,7 +400,7 @@ jobs:
378400 set -euxo pipefail
379401 git clone https://github.com/livekit-examples/cpp-example-collection.git /tmp/cpp-example-collection
380402 cd /tmp/cpp-example-collection
381- git checkout sderosa/examples-migration
403+ git checkout f231c0c75028d1dcf13edcecd369d030d2c7c8d4
382404 cmake -S . -B build -DLIVEKIT_LOCAL_SDK_DIR=/opt/livekit-sdk
383405 cmake --build build --parallel
384406 '
0 commit comments