From 82d18539644dc792d8a2ec51a148a446feb0fac4 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 24 Jul 2022 21:50:03 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libvpx/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/libvpx/action.yml b/.github/actions/libvpx/action.yml index 227fbe0..0125ebd 100644 --- a/.github/actions/libvpx/action.yml +++ b/.github/actions/libvpx/action.yml @@ -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 @@ -43,4 +43,4 @@ runs: uses: actions/upload-artifact@v2 with: name: libvpx-${{ inputs.env }}-${{ inputs.config }} - path: dist/libvpx.tgz \ No newline at end of file + path: dist/libvpx.tgz