Update x265.yml

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

View File

@ -33,10 +33,10 @@ jobs:
# with: # with:
# path: cache # path: cache
# key: cache-key # key: cache-key
- name: Set up GIT # - name: Set up GIT
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
- name: Checkout X265 - name: Checkout X265
uses: actions/checkout@v3.0.0 uses: actions/checkout@v3.0.0
with: with: