Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-07-24 21:50:03 +02:00 committed by GitHub
parent 3ea263c5fc
commit 82d1853964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ runs:
run: | run: |
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
git clone https://github.com/webmproject/libvpx.git vpx git clone --depth 1 -b v1.12.0 https://github.com/webmproject/libvpx.git vpx
- name: Check cache - name: Check cache
id: libvpx-cache id: libvpx-cache
uses: actions/cache@v3 uses: actions/cache@v3
@ -43,4 +43,4 @@ runs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: libvpx-${{ inputs.env }}-${{ inputs.config }} name: libvpx-${{ inputs.env }}-${{ inputs.config }}
path: dist/libvpx.tgz path: dist/libvpx.tgz