Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-07-26 14:18:07 +02:00 committed by GitHub
parent c3109dbae1
commit 28facf1b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,7 @@ runs:
repository: google/snappy
ref: ${{ inputs.refId }}
path: snappy
- name: Check cache
id: libsnappy-cache
uses: actions/cache@v3
with:
path: dist
key: libsnappy-${{ runner.os }}-${{ inputs.config }}-${{ hashFiles('snappy') }}
- name: Set up MSYS2
if: steps.libsnappy-cache.outputs.cache-hit != 'true'
uses: msys2/setup-msys2@v2
with:
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm