|
69 | 69 | path: src/fastrtps
|
70 | 70 | ref: ${{ inputs.fastdds_ref }}
|
71 | 71 |
|
| 72 | + - name: Install Fix Python version |
| 73 | + uses: eProsima/eProsima-CI/external/setup-python@v0 |
| 74 | + with: |
| 75 | + python-version: '3.11' |
| 76 | + |
72 | 77 | - name: Get minimum supported version of CMake
|
73 | 78 | uses: eProsima/eProsima-CI/external/get-cmake@v0
|
74 | 79 | with:
|
@@ -140,6 +145,11 @@ jobs:
|
140 | 145 | name: build_artifacts_fastdds_asan_${{ inputs.label }}
|
141 | 146 | path: ${{ github.workspace }}
|
142 | 147 |
|
| 148 | + - name: Install Fix Python version |
| 149 | + uses: eProsima/eProsima-CI/external/setup-python@v0 |
| 150 | + with: |
| 151 | + python-version: '3.11' |
| 152 | + |
143 | 153 | - name: Get minimum supported version of CMake
|
144 | 154 | uses: eProsima/eProsima-CI/external/get-cmake@v0
|
145 | 155 | with:
|
@@ -233,6 +243,11 @@ jobs:
|
233 | 243 | name: build_artifacts_fastdds_asan_${{ inputs.label }}
|
234 | 244 | path: ${{ github.workspace }}
|
235 | 245 |
|
| 246 | + - name: Install Fix Python version |
| 247 | + uses: eProsima/eProsima-CI/external/setup-python@v0 |
| 248 | + with: |
| 249 | + python-version: '3.11' |
| 250 | + |
236 | 251 | - name: Get minimum supported version of CMake
|
237 | 252 | uses: eProsima/eProsima-CI/external/get-cmake@v0
|
238 | 253 | with:
|
@@ -341,6 +356,11 @@ jobs:
|
341 | 356 | path: src/fastrtps
|
342 | 357 | ref: ${{ inputs.fastdds_ref }}
|
343 | 358 |
|
| 359 | + - name: Install Fix Python version |
| 360 | + uses: eProsima/eProsima-CI/external/setup-python@v0 |
| 361 | + with: |
| 362 | + python-version: '3.11' |
| 363 | + |
344 | 364 | - name: Get minimum supported version of CMake
|
345 | 365 | uses: eProsima/eProsima-CI/external/get-cmake@v0
|
346 | 366 | with:
|
|
0 commit comments