Skip to content

Commit 29c83bb

Browse files
committed
update the workflow file
1 parent 0edc8bf commit 29c83bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
2424
- name: Configure CMake, Build and (C)Pack for DEB
2525
run: |
26+
. /opt/ros/jazzy/setup.sh
2627
cmake -S . -B build -DXBOT2_IFC_BUILD_COLLISION=OFF
2728
cmake --build build -j$(nproc)
28-
cmake --build build -j$(nproc)
2929
fakeroot cpack --config build/CPackConfig.cmake -G DEB
3030
3131
- name: Set up JFrog CLI

0 commit comments

Comments
 (0)