mirror of
https://github.com/libimobiledevice/libplist
synced 2026-06-08 15:29:34 +00:00
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* text=auto
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user