Skip to content

Commit

Permalink
guess we gotta build the images for install to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Apr 8, 2024
1 parent 099dc93 commit f594d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sensor_fw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f594d28

Please sign in to comment.