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:
|
||||
libvpl:
|
||||
runs-on: ${{ inputs.env }}
|
||||
steps:
|
||||
- id: libvpl
|
||||
uses: ./.github/workflows/libvpl.yml
|
||||
with:
|
||||
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\
|
||||
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
|
||||
|
||||
jobs:
|
||||
libvpl:
|
||||
runs-on: ${{ inputs.env }}
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Set up GIT
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user