From c9724944e19db1f3d82272f18785392ab2010b03 Mon Sep 17 00:00:00 2001 From: Arnaud TANGUY Date: Fri, 22 Mar 2024 16:12:31 +0100 Subject: [PATCH] [CI] Fix build path --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75f99ad..000a348 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,11 +28,6 @@ jobs: github: | - path: jrl-umi3218/hoap3_description options: -DDISABLE_ROS:BOOL=ON - - name: Checkout repository code - uses: actions/checkout@v3 - with: - submodules: recursive - path: src/mc_hoap3 - name: Build and test uses: jrl-umi3218/github-actions/build-cmake-project@master with: