Skip to content

Commit

Permalink
[#12] Add clang build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Dec 11, 2024
1 parent 90e3646 commit 77e3501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
uses: actions/checkout@v4
with:
repository: ros2/test_interface_files
path: $WORKSPACE_DIR/src/test_interface_files
path: src/test_interface_files
ref: rolling
- name: Checkout current ref
uses: actions/checkout@v4
with:
path: $WORKSPACE_DIR/src/rmw_iceoryx2
path: src/rmw_iceoryx2
- name: Import dependencies with VCS
run: |
cd $WORKSPACE_DIR
Expand Down

0 comments on commit 77e3501

Please sign in to comment.