Update x265.yml
This commit is contained in:
parent
02ad29180a
commit
f6ed7d555b
3
.github/workflows/x265.yml
vendored
3
.github/workflows/x265.yml
vendored
@ -41,13 +41,14 @@ jobs:
|
|||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: videolan/x265
|
repository: videolan/x265
|
||||||
ref: master
|
ref: Release_3.5
|
||||||
path: x265
|
path: x265
|
||||||
- name: Set up NASM
|
- name: Set up NASM
|
||||||
uses: ilammy/setup-nasm@v1.2.1
|
uses: ilammy/setup-nasm@v1.2.1
|
||||||
- name: Build X265
|
- name: Build X265
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
type x265\x265Version.txt
|
||||||
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
||||||
md build dist
|
md build dist
|
||||||
cd x265/build/vc15-x86_64
|
cd x265/build/vc15-x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user