Update msbuild.yml
This commit is contained in:
parent
23a196ef82
commit
2866ff3e43
12
.github/workflows/msbuild.yml
vendored
12
.github/workflows/msbuild.yml
vendored
@ -28,12 +28,14 @@ jobs:
|
||||
run: |
|
||||
choco install ninja cmake gstreamer gstreamer-devel --no-progres
|
||||
ninja --version
|
||||
cmake --version
|
||||
cmake --version
|
||||
|
||||
- name: add to env
|
||||
- run: $env:GITHUB_ENV="GSTREAMER_1_0_ROOT_X86_64=C:\gstreamer\1.0\msvc_x86_64\"
|
||||
- run: $env:GITHUB_ENV="GSTREAMER_1_0_ROOT_MSVC_X86_64=C:\gstreamer\1.0\msvc_x86_64\"
|
||||
- run: $env:GITHUB_ENV="GSTREAMER_ROOT=C:\gstreamer\1.0\msvc_x86_64\"
|
||||
#- run: echo "C:\gstreamer\1.0\msvc_x86_64\bin;C:\gstreamer\1.0\msvc_x86_64\lib;" >> $env:GITHUB_PATH
|
||||
|
||||
- run: $GSTREAMER_1_0_ROOT_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: $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"
|
||||
|
||||
- name: get ENV vars
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user