composition

This commit is contained in:
Daniel Stankewitz 2022-07-14 08:50:43 +02:00
parent f5a74179a5
commit 287a563a0d
2 changed files with 49 additions and 47 deletions

View File

@ -110,6 +110,9 @@ env:
jobs:
libvpl:
runs-on: ${{ inputs.env }}
steps:
- id: libvpl
uses: ./.github/workflows/libvpl.yml
with:
env: ${{ inputs.env }}

View File

@ -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: |