From b9b8ff6353a53d67367c4ae20b56514031c046cc Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 24 Mar 2022 19:05:46 +0100 Subject: [PATCH] Update x265.yml --- .github/workflows/x265.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x265.yml b/.github/workflows/x265.yml index 7600005..eb080a0 100644 --- a/.github/workflows/x265.yml +++ b/.github/workflows/x265.yml @@ -26,7 +26,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - git clone -b Release_3.5 https://github.com/videolan/x265/tree/Release_3.5 x265 + git clone -b Release_3.5 https://github.com/videolan/x265.git x265 - name: Set up NASM uses: ilammy/setup-nasm@v1.2.1 - name: Build X265 (12 bit)