Update msbuild.yml

This commit is contained in:
yair 2021-12-25 15:09:43 +02:00 committed by GitHub
parent 514cb60393
commit c5de673fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,17 @@
name: Windows name: Windows
on: on:
workflow_dispatch push:
branches: [ master ]
paths-ignore:
- 'README.md'
- '**.yml'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- '**.yml'
workflow_dispatch
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@ -16,7 +26,8 @@ jobs:
- name: Install dependencies on windows - name: Install dependencies on windows
run: | run: |
choco install ninja cmake gstreamer gstreamer-devel --no-progress choco install ninja cmake gstreamer gstreamer-devel --no-progres
RefreshEnv.cmd
ninja --version ninja --version
cmake --version cmake --version
gst-launch-1.0.exe --version gst-launch-1.0.exe --version