composition
This commit is contained in:
parent
f5a74179a5
commit
287a563a0d
3
.github/workflows/ffmpeg.yml
vendored
3
.github/workflows/ffmpeg.yml
vendored
@ -110,6 +110,9 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
libvpl:
|
libvpl:
|
||||||
|
runs-on: ${{ inputs.env }}
|
||||||
|
steps:
|
||||||
|
- id: libvpl
|
||||||
uses: ./.github/workflows/libvpl.yml
|
uses: ./.github/workflows/libvpl.yml
|
||||||
with:
|
with:
|
||||||
env: ${{ inputs.env }}
|
env: ${{ inputs.env }}
|
||||||
|
5
.github/workflows/libvpl.yml
vendored
5
.github/workflows/libvpl.yml
vendored
@ -19,9 +19,8 @@ env:
|
|||||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||||
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
|
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
|
||||||
|
|
||||||
jobs:
|
runs:
|
||||||
libvpl:
|
using: "composite"
|
||||||
runs-on: ${{ inputs.env }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up GIT
|
- name: Set up GIT
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user