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: |
git config --global core.autocrlf false
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
id: libvpx-cache
uses: actions/cache@v3