Update msbuild.yml
This commit is contained in:
parent
54f0196fe7
commit
a13e6a15fc
5
.github/workflows/msbuild.yml
vendored
5
.github/workflows/msbuild.yml
vendored
@ -26,8 +26,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies on windows
|
- name: Install dependencies on windows
|
||||||
run: |
|
run: |
|
||||||
choco install --no-progres ninja cmake gstreamer gstreamer-devel
|
choco install ninja cmake --no-progres
|
||||||
RefreshEnv.cmd
|
choco install gstreamer --no-progres
|
||||||
|
choco install gstreamer-devel --no-progres
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
$Env:path
|
$Env:path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user