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