Update msbuild.yml

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

View File

@ -26,7 +26,6 @@ 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
@ -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" - 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: "dir env:" 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}}