diff --git a/.github/workflows/RN-Windows-Hello-CI.yml b/.github/workflows/RN-Windows-Hello-CI.yml index 878c2fe..08b5f2f 100644 --- a/.github/workflows/RN-Windows-Hello-CI.yml +++ b/.github/workflows/RN-Windows-Hello-CI.yml @@ -31,6 +31,9 @@ jobs: needs: install steps: + - name: Config cross-platform + run: git config --global core.autocrlf false + - name: Checkout repository uses: actions/checkout@v3