Update x265.yml

This commit is contained in:
Daniel Stankewitz 2022-03-24 18:40:24 +01:00 committed by GitHub
parent 02ad29180a
commit f6ed7d555b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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