We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5e9da commit b6ac63eCopy full SHA for b6ac63e
1 file changed
.github/workflows/reusable-windows-ci.yml
@@ -183,7 +183,7 @@ jobs:
183
uses: eProsima/eProsima-CI/external/upload-artifact@v0
184
with:
185
name: fastdds_python_build_${{ inputs.label }}
186
- path: ${{ github.workspace }}
+ path: ${{ github.workspace }}/install
187
188
189
fastdds_python_test:
@@ -196,6 +196,12 @@ jobs:
196
cmake-build-type:
197
- 'RelWithDebInfo'
198
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: Download python build artifacts
206
uses: eProsima/eProsima-CI/external/download-artifact@v0
207
0 commit comments