[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion

This commit is contained in:
Nikias Bassen
2022-02-10 01:26:01 +01:00
parent d6026ca0e8
commit c035c6bcea
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto
+1
View File
@@ -127,6 +127,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
- uses: actions/checkout@v2
with:
fetch-depth: 0