Update msbuild.yml

This commit is contained in:
yair
2021-12-25 15:40:33 +02:00
committed by GitHub
parent 54f0196fe7
commit a13e6a15fc

View File

@@ -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