diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml index cf024ae8..a01c14b3 100644 --- a/.github/workflows/reusable-workflow.yml +++ b/.github/workflows/reusable-workflow.yml @@ -282,6 +282,12 @@ jobs: runs-on: ubuntu-22.04 steps: + - name: Sync repository + uses: eProsima/eProsima-CI/external/checkout@v0 + with: + path: src + ref: ${{ inputs.ref }} + - name: Install libtinyxml in ubuntu uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0 with: @@ -309,5 +315,11 @@ jobs: runs-on: ubuntu-22.04 steps: + - name: Sync repository + uses: eProsima/eProsima-CI/external/checkout@v0 + with: + path: src + ref: ${{ inputs.ref }} + - name: Uncrustify uses: eProsima/eProsima-CI/ubuntu/uncrustify@v0