Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-07-26 15:00:19 +02:00 committed by GitHub
parent df491a68fd
commit 89e2887db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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