Update msbuild.yml

This commit is contained in:
yair 2021-12-25 15:00:49 +02:00 committed by GitHub
parent f4c7331851
commit e9822a7035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,10 @@ jobs:
- name: Install dependencies on windows - name: Install dependencies on windows
run: | run: |
choco install ninja cmake gstreamer gstreamer-devel choco install ninja cmake gstreamer gstreamer-devel --no-progress
ninja --version ninja --version
cmake --version cmake --version
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 - 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