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,6 +1,16 @@
name: Windows
on:
push:
branches: [ master ]
paths-ignore:
- 'README.md'
- '**.yml'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- '**.yml'
workflow_dispatch
env:
@ -16,7 +26,8 @@ jobs:
- name: Install dependencies on windows
run: |
choco install ninja cmake gstreamer gstreamer-devel --no-progress
choco install ninja cmake gstreamer gstreamer-devel --no-progres
RefreshEnv.cmd
ninja --version
cmake --version
gst-launch-1.0.exe --version