File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,29 +203,17 @@ jobs:
203203
204204 strategy :
205205 matrix :
206- os : [windows-2019, windows- latest]
206+ os : [windows-latest]
207207 version : ["-version ${{ needs.set_env.outputs.ref_name }}", ""]
208208 with_openCV : ["", "-InstallOpenCV"]
209209 with_gst_option : ["", "-InstallGstTools", "-InstallGstTools -InstallGstPlugins"]
210210 include :
211211 # past version only supports full-option with the latest installer.ps1
212212 # -InstallOpenCV is valid on v24.09 or later on windows-2022
213- - os : windows-2019
214- with_openCV : " -InstallOpenCV"
215- with_gst_option : " "
216- version : " -version ${{ needs.set_env.outputs.SENSING_DEV_V24_05 }}"
217- - os : windows-2019
218- with_openCV : " -InstallOpenCV"
219- with_gst_option : " "
220- version : " -version ${{ needs.set_env.outputs.SENSING_DEV_V24_01 }}"
221213 - os : windows-2022
222214 with_openCV : " -InstallOpenCV"
223215 with_gst_option : " "
224216 version : " -version ${{ needs.set_env.outputs.SENSING_DEV_V24_09 }}"
225- - os : windows-2019
226- with_openCV : " -InstallOpenCV"
227- with_gst_option : " "
228- version : " -version ${{ needs.set_env.outputs.SENSING_DEV_V24_09 }}"
229217 exclude :
230218 # skip the following combination since the latest is v24.09 for now
231219 - version : " "
Original file line number Diff line number Diff line change 7070
7171 strategy :
7272 matrix :
73- os : [windows-2019, windows- latest]
73+ os : [windows-latest]
7474 install_option : ["-version ${{ needs.set_env.outputs.LATEST_RELEASED_SDK }}", "-configPath config_Windows.json"]
7575 with_openCV : ["", "-InstallOpenCV"]
7676 with_gst_option : ["", "-InstallGstTools", "-InstallGstTools -InstallGstPlugins"]
@@ -232,11 +232,6 @@ jobs:
232232 with :
233233 python-version : ${{ matrix.python_version }}
234234
235- - name : Setup winget
236- uses : Cyberboss/install-winget@v1
237- with :
238- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
239-
240235 - name : Download All Artifacts
241236 uses : actions/download-artifact@v4
242237 with :
@@ -369,4 +364,4 @@ jobs:
369364 exit 1
370365 }
371366
372-
367+
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ libraries:
1313
1414 ion_kit :
1515 name : ion-kit
16- pkg_sha : " f99f81f9f415241c0327b983473583e8ae20ab187e9d6a5aebc1e74f38955ecf "
16+ pkg_sha : " 6152924b797a532562ca9d0c05f81930f8796f924a3395232546faf958af6701 "
1717 git_repo : " https://github.com/fixstars/ion-kit.git"
18- version : " v3.2.7 "
18+ version : " v3.2.8 "
1919
2020 opencv :
2121 name : opencv
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ function Check-SDKVersion-Valid(){
242242 [string ]$sdkversion
243243 )
244244 try {
245- $response = Invoke-WebRequest - Uri " https://github.com/$repositoryName /releases/tag/$sdkversion " - ErrorAction Stop
245+ $response = Invoke-WebRequest - Uri " https://github.com/$repositoryName /releases/tag/$sdkversion " - UseBasicParsing - ErrorAction Stop
246246 if ($response.StatusCode -ne 200 ){
247247 Write-Error " Version $sdkversion does not exist"
248248 exit 1
You can’t perform that action at this time.
0 commit comments