Update action.yml
This commit is contained in:
parent
df491a68fd
commit
89e2887db4
2
.github/actions/libx265-10/action.yml
vendored
2
.github/actions/libx265-10/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 -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
|
- name: Set up MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1.1
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
- name: Set up NASM
|
- name: Set up NASM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user