fix: ci build
This commit is contained in:
@@ -89,7 +89,7 @@ jobs:
|
|||||||
cmake -S . -B build/debug -G Ninja \
|
cmake -S . -B build/debug -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
||||||
-DENABLE_SERIAL=ON
|
-DENABLE_SERIAL=ON \
|
||||||
-DENABLE_VERBOSE=ON
|
-DENABLE_VERBOSE=ON
|
||||||
cmake --build build/debug --target ds5-bridge
|
cmake --build build/debug --target ds5-bridge
|
||||||
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
|
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
cmake -S . -B build/debug -G Ninja \
|
cmake -S . -B build/debug -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
|
||||||
-DENABLE_SERIAL=ON
|
-DENABLE_SERIAL=ON \
|
||||||
-DENABLE_VERBOSE=ON
|
-DENABLE_VERBOSE=ON
|
||||||
cmake --build build/debug --target ds5-bridge
|
cmake --build build/debug --target ds5-bridge
|
||||||
cp build/debug/ds5-bridge.uf2 "artifacts/ds5-bridge-debug-${{ github.event.release.tag_name }}.uf2"
|
cp build/debug/ds5-bridge.uf2 "artifacts/ds5-bridge-debug-${{ github.event.release.tag_name }}.uf2"
|
||||||
|
|||||||
Reference in New Issue
Block a user