update ci enable log verbose

This commit is contained in:
awalol
2026-05-09 14:32:40 +08:00
parent ec2b1dbc12
commit 8f78259fa0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
-DENABLE_SERIAL=ON
-DENABLE_VERBOSE=ON
cmake --build build/debug --target ds5-bridge
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
+1
View File
@@ -93,6 +93,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
-DENABLE_SERIAL=ON
-DENABLE_VERBOSE=ON
cmake --build build/debug --target ds5-bridge
cp build/debug/ds5-bridge.uf2 "artifacts/ds5-bridge-debug-${{ github.event.release.tag_name }}.uf2"