Update vpx.yml

This commit is contained in:
Daniel Stankewitz 2022-03-27 23:25:02 +02:00 committed by GitHub
parent bccfb18f53
commit 4fcb2b40d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout LibVpx
uses: actions/checkout@v3.0.0
with:
repository: webmproject/libvpx
ref: master
path: vpx
git clone https://github.com/webmproject/libvpx.git vpx
- name: Check cache
id: libvpx-cache
uses: actions/cache@v3