fixup! ci: use wix install from latest gstreamer ci image

This commit is contained in:
Stéphane Cerveau 2023-04-12 14:41:05 +02:00
parent 6266ae7485
commit 2a2ab05478
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
variables: variables:
GST_RS_IMG_TAG: '2023-04-12.0' GST_RS_IMG_TAG: '2023-04-12.1'
GST_RS_STABLE: '1.67.0' GST_RS_STABLE: '1.67.0'
GST_RS_MSRV: '1.63.0' GST_RS_MSRV: '1.63.0'

View file

@ -1,6 +1,6 @@
# escape=` # escape=`
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-09-23.0-main" FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2023-03-20.0-main"
# Make sure any failure in PowerShell is fatal # Make sure any failure in PowerShell is fatal
ENV ErrorActionPreference='Stop' ENV ErrorActionPreference='Stop'

View file

@ -1,5 +1,5 @@
# Check wix installation # Check wix installation
$wixInstalledFolder = "C:\Program Files (x86)\Windows Installer XML v3.5\bin" $wixInstalledFolder = "C:\Program Files (x86)\WiX Toolset v3.11\bin"
if(Test-Path $wixInstalledFolder) if(Test-Path $wixInstalledFolder)
{ {
$wixFolder = $wixInstalledFolder $wixFolder = $wixInstalledFolder