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
|
||||
run: |
|
||||
choco install --no-progres ninja cmake gstreamer gstreamer-devel
|
||||
RefreshEnv.cmd
|
||||
choco install ninja cmake --no-progres
|
||||
choco install gstreamer --no-progres
|
||||
choco install gstreamer-devel --no-progres
|
||||
ninja --version
|
||||
cmake --version
|
||||
$Env:path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user