Update build.yml
This commit is contained in:
parent
1d71c25774
commit
39020cb85a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
ffmpeg-static-debug:
|
ffmpeg-static-debug:
|
||||||
uses: ./.github/workflows/ffmpeg.yml
|
uses: ./.github/workflows/ffmpeg.yml
|
||||||
with:
|
with:
|
||||||
|
env: windows-2022
|
||||||
source: cartwheel
|
source: cartwheel
|
||||||
type: static
|
type: static
|
||||||
config: debug
|
config: debug
|
||||||
@ -17,6 +18,7 @@ jobs:
|
|||||||
ffmpeg-static-release:
|
ffmpeg-static-release:
|
||||||
uses: ./.github/workflows/ffmpeg.yml
|
uses: ./.github/workflows/ffmpeg.yml
|
||||||
with:
|
with:
|
||||||
|
env: windows-2022
|
||||||
source: cartwheel
|
source: cartwheel
|
||||||
type: static
|
type: static
|
||||||
config: release
|
config: release
|
||||||
@ -27,6 +29,7 @@ jobs:
|
|||||||
ffmpeg-shared-debug:
|
ffmpeg-shared-debug:
|
||||||
uses: ./.github/workflows/ffmpeg.yml
|
uses: ./.github/workflows/ffmpeg.yml
|
||||||
with:
|
with:
|
||||||
|
env: windows-2022
|
||||||
source: ffmpeg
|
source: ffmpeg
|
||||||
type: shared
|
type: shared
|
||||||
config: debug
|
config: debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user