Update msbuild.yml

This commit is contained in:
yair
2021-12-25 16:21:36 +02:00
committed by GitHub
parent 8041f54033
commit 23a196ef82

View File

@@ -26,7 +26,6 @@ jobs:
- name: Install dependencies on windows
run: |
"dir env:"
choco install ninja cmake gstreamer gstreamer-devel --no-progres
ninja --version
cmake --version
@@ -37,7 +36,8 @@ jobs:
- run: $env:Path = "C:\gstreamer\1.0\msvc_x86_64\bin;C:\gstreamer\1.0\msvc_x86_64\lib;$env:Path"
- name: get ENV vars
run: "dir env:"
run: |
dir env:
- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/output/${{env.BUILD_TYPE}}