Update action.yml
This commit is contained in:
parent
c3109dbae1
commit
28facf1b5f
7
.github/actions/libsnappy/action.yml
vendored
7
.github/actions/libsnappy/action.yml
vendored
@ -22,14 +22,7 @@ runs:
|
|||||||
repository: google/snappy
|
repository: google/snappy
|
||||||
ref: ${{ inputs.refId }}
|
ref: ${{ inputs.refId }}
|
||||||
path: snappy
|
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
|
- name: Set up MSYS2
|
||||||
if: steps.libsnappy-cache.outputs.cache-hit != 'true'
|
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm
|
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user