Update msbuild.yml
This commit is contained in:
parent
be5ccb425c
commit
f2d287d26b
13
.github/workflows/msbuild.yml
vendored
13
.github/workflows/msbuild.yml
vendored
@ -26,17 +26,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies on windows
|
- name: Install dependencies on windows
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake --no-progres
|
choco install ninja cmake gstreamer gstreamer-devel --no-progres
|
||||||
choco install gstreamer --no-progres
|
|
||||||
choco install gstreamer-devel --no-progres
|
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
$Env:path
|
|
||||||
|
|
||||||
- run: $env:GSTREAMER_1_0_ROOT_X86_64 = "C:\gstreamer\1.0\msvc_x86_64\"
|
- run: GSTREAMER_1_0_ROOT_X86_64 = "C:\gstreamer\1.0\msvc_x86_64\"
|
||||||
- run: $env:GSTREAMER_1_0_ROOT_MSVC_X86_64 = "C:\gstreamer\1.0\msvc_x86_64\"
|
- run: GSTREAMER_1_0_ROOT_MSVC_X86_64 = "C:\gstreamer\1.0\msvc_x86_64\"
|
||||||
- run: $env:GSTREAMER_ROOT = "C:\gstreamer\1.0\msvc_x86_64\"
|
- run: GSTREAMER_ROOT = "C:\gstreamer\1.0\msvc_x86_64\"
|
||||||
- run: $env:Path = "C:\gstreamer\1.0\msvc_x86_64\bin;C:\gstreamer\1.0\msvc_x86_64\lib;$env:Path"
|
- run: 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: printenv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user