Skip to content

Commit 3251092

Browse files
committed
guess we gotta build the images for install to run
1 parent faea7c5 commit 3251092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_sensor_fw.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cmake --preset=cross-sensor-buffer . -DCMAKE_BUILD_TYPE=RelWithDebInfo
3333
- name: 'Build images'
3434
run: |
35-
cmake --build --preset=firmware-g4-sensors --target firmware-applications
35+
cmake --build --preset=firmware-g4-sensors --target firmware-applications firmware-images
3636
- name: 'Prep images for upload'
3737
run: |
3838
cmake --install ./build-cross-sensor

0 commit comments

Comments
 (0)