Update msbuild.yml

This commit is contained in:
yair 2021-12-25 16:20:24 +02:00 committed by GitHub
parent 870a4ed5de
commit 8041f54033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies on windows
run: |
"dir env:"
choco install ninja cmake gstreamer gstreamer-devel --no-progres
ninja --version
cmake --version
@ -36,7 +37,7 @@ 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: printenv
run: "dir env:"
- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/output/${{env.BUILD_TYPE}}