From df0bd4537c6df164248227ee7dc55a88adfc139a Mon Sep 17 00:00:00 2001 From: Aaron Ray Date: Fri, 21 Feb 2025 21:52:40 +0000 Subject: [PATCH] fixup? --- .github/workflows/ci-action-ros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-action-ros.yaml b/.github/workflows/ci-action-ros.yaml index 2e22604..0946b7f 100644 --- a/.github/workflows/ci-action-ros.yaml +++ b/.github/workflows/ci-action-ros.yaml @@ -17,7 +17,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 with: - path: catkin_ws/src/ouroboros_repo + path: ${{ github.workspace }}/catkin_ws/src/ouroboros_repo submodules: recursive - name: Set up Python 3.8 uses: actions/setup-python@v5