Skip to content

Commit

Permalink
CI : Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcywongaa committed Feb 3, 2025
1 parent 344210f commit 87716f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
defaults:
run:
shell: bash
# working-directory: ./workspace
working-directory: ./ros2_ws
container:
image: ghcr.io/${{ github.actor }}/spaceros2_rust_dev:latest
# options: --user spaceros-user
Expand All @@ -31,7 +31,7 @@ jobs:
id -u
- name: Pull external repos
run: vcs src/external < external.repos
run: mkdir src/external && cd src/external && vcs import < external.repos

- name: Build
run: source /opt/spaceros/install/setup.bash && colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1 --packages-up-to bringup
Expand Down

0 comments on commit 87716f4

Please sign in to comment.