Update msbuild.yml
This commit is contained in:
parent
f4c7331851
commit
e9822a7035
3
.github/workflows/msbuild.yml
vendored
3
.github/workflows/msbuild.yml
vendored
@ -16,9 +16,10 @@ jobs:
|
||||
|
||||
- name: Install dependencies on windows
|
||||
run: |
|
||||
choco install ninja cmake gstreamer gstreamer-devel
|
||||
choco install ninja cmake gstreamer gstreamer-devel --no-progress
|
||||
ninja --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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user