From 89e2887db4ef4fb2fa1dbe4af46aca1ea4388b88 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 26 Jul 2022 15:00:19 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libx265-10/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/libx265-10/action.yml b/.github/actions/libx265-10/action.yml index 8e02ff9..7584a16 100644 --- a/.github/actions/libx265-10/action.yml +++ b/.github/actions/libx265-10/action.yml @@ -16,7 +16,7 @@ runs: run: | git config --global core.autocrlf false git config --global core.eol lf - git clone -b Release_3.5 https://github.com/videolan/x265.git x265 + git clone -b ${{ inputs.refId }} https://github.com/videolan/x265.git x265 - name: Set up MSBuild uses: microsoft/setup-msbuild@v1.1 - name: Set up NASM