From 85b34eb0c181bcee39bb81b59eede476e599e506 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 26 Jul 2022 14:21:04 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libvpl/action.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/actions/libvpl/action.yml b/.github/actions/libvpl/action.yml index 9fa8398..64f2c03 100644 --- a/.github/actions/libvpl/action.yml +++ b/.github/actions/libvpl/action.yml @@ -22,24 +22,16 @@ runs: repository: oneapi-src/oneVPL ref: ${{ inputs.refId }} path: onevpl - - name: Check cache - id: libvpl-cache - uses: actions/cache@v3 - with: - path: dist - key: libvpl-${{ runner.os }}-${{ inputs.config }}-${{ hashFiles('onevpl') }} - name: Set up MSYS2 - if: steps.libvpl-cache.outputs.cache-hit != 'true' uses: msys2/setup-msys2@v2 with: install: base-devel binutils autotools automake path-type: inherit - name: Build oneVPL - if: steps.libvpl-cache.outputs.cache-hit != 'true' shell: cmd - env: - vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\ - msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }} + #env: + # vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\ + # msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }} run: | call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat" md temp build dist