mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-02-18 03:25:14 +00:00
fixup! ci: use wix install from latest gstreamer ci image
This commit is contained in:
parent
6266ae7485
commit
2a2ab05478
3 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue