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

View File

@ -33,10 +33,10 @@ jobs:
# with:
# path: cache
# key: cache-key
- name: Set up GIT
run: |
git config --global core.autocrlf false
git config --global core.eol lf
# - name: Set up GIT
# run: |
# git config --global core.autocrlf false
# git config --global core.eol lf
- name: Checkout X265
uses: actions/checkout@v3.0.0
with: