Skip to content

Commit c1b95fd

Browse files
committed
Fix build errors
1 parent be616c7 commit c1b95fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
build"
248248
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
249249
linux debug camera-controller \
250-
out/linux-x64-camera/camera-controller \
250+
out/linux-x64-camera-controller/camera-controller \
251251
/tmp/bloat_reports/
252252
- name: Uploading Size Reports
253253
uses: ./.github/actions/upload-size-reports

docs/examples/camera_controller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
:glob:
55
:maxdepth: 1
66
7-
camera-controller/**/README
7+
camera-controller/README
88
```

0 commit comments

Comments
 (0)