From 47781fe5b9fa306940474471487004cf98c7a225 Mon Sep 17 00:00:00 2001 From: yair Date: Sat, 25 Dec 2021 15:25:34 +0200 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1b0099c..6e5f688 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -30,8 +30,6 @@ jobs: RefreshEnv.cmd ninja --version cmake --version - cd C:\gstreamer\1.0\msvc_x86_64\\bin\ - gst-launch-1.0.exe --version - run: echo "GSTREAMER_1_0_ROOT_X86_64=C:\gstreamer\1.0\msvc_x86_64\" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append