From 5b8c9a825d4a577e87e1137cd83257d75892a51a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 10 Feb 2022 04:35:43 +0100 Subject: [github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2612e32..2a81f1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,6 +178,7 @@ jobs: dest=`echo ${{ matrix.msystem }} |tr [:upper:] [:lower:]` echo "dest=$dest" >> $GITHUB_ENV echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV + git config --global core.autocrlf false - name: fetch libplist uses: dawidd6/action-download-artifact@v2 with: -- cgit v1.1-32-gdbae