From f594d286a058b18daa225f928723a58b1a8751c5 Mon Sep 17 00:00:00 2001 From: Ryan howard Date: Mon, 8 Apr 2024 18:00:33 -0400 Subject: [PATCH] guess we gotta build the images for install to run --- .github/workflows/build_sensor_fw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_sensor_fw.yaml b/.github/workflows/build_sensor_fw.yaml index fd931567a..d6e4e6d52 100644 --- a/.github/workflows/build_sensor_fw.yaml +++ b/.github/workflows/build_sensor_fw.yaml @@ -32,7 +32,7 @@ jobs: cmake --preset=cross-sensor-buffer . -DCMAKE_BUILD_TYPE=RelWithDebInfo - name: 'Build images' run: | - cmake --build --preset=firmware-g4-sensors --target firmware-applications + cmake --build --preset=firmware-g4-sensors --target firmware-applications firmware-images - name: 'Prep images for upload' run: | cmake --install ./build-cross-sensor