Update x265.yml
This commit is contained in:
parent
642db20562
commit
88891083ae
6
.github/workflows/x265.yml
vendored
6
.github/workflows/x265.yml
vendored
@ -21,14 +21,16 @@ jobs:
|
|||||||
x265-12:
|
x265-12:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up MSBuild
|
||||||
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
|
- name: Set up NASM
|
||||||
|
uses: ilammy/setup-nasm@v1.2.1
|
||||||
- name: Checkout X265
|
- name: Checkout X265
|
||||||
shell: cmd
|
shell: cmd
|
||||||
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 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)
|
- name: Build X265 (12 bit)
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user