Update action.yml
This commit is contained in:
parent
3ea263c5fc
commit
82d1853964
2
.github/actions/libvpx/action.yml
vendored
2
.github/actions/libvpx/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user