Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-07-07 10:40:00 +02:00 committed by GitHub
parent 1d71c25774
commit 39020cb85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ jobs:
ffmpeg-static-debug:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: cartwheel
type: static
config: debug
@ -17,6 +18,7 @@ jobs:
ffmpeg-static-release:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: cartwheel
type: static
config: release
@ -27,6 +29,7 @@ jobs:
ffmpeg-shared-debug:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: ffmpeg
type: shared
config: debug