Update msbuild.yml

This commit is contained in:
yair
2021-12-25 16:20:24 +02:00
committed by GitHub
parent 870a4ed5de
commit 8041f54033

View File

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