File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 uses : eProsima/eProsima-CI/external/upload-artifact@v0
184184 with :
185185 name : fastdds_python_build_${{ inputs.label }}
186- path : ${{ github.workspace }}
186+ path : ${{ github.workspace }}/install
187187
188188
189189 fastdds_python_test :
@@ -196,6 +196,17 @@ jobs:
196196 cmake-build-type :
197197 - ' RelWithDebInfo'
198198 steps :
199+ - name : Sync eProsima/Fast-DDS-Python repository
200+ uses : eProsima/eProsima-CI/external/checkout@v0
201+ with :
202+ path : src/fastdds_python
203+ ref : ${{ inputs.fastdds-python-branch }}
204+
205+ - name : Remove fastdds_python from previous runs
206+ run : |
207+ Remove-Item -Recurse -Force "${{ github.workspace }}\install\fastdds_python" -ErrorAction SilentlyContinue
208+ Remove-Item -Recurse -Force "${{ github.workspace }}\install\fastdds_python_examples" -ErrorAction SilentlyContinue
209+
199210 - name : Download python build artifacts
200211 uses : eProsima/eProsima-CI/external/download-artifact@v0
201212 with :
You can’t perform that action at this time.
0 commit comments