diff options
author | 2022-02-10 04:35:43 +0100 | |
---|---|---|
committer | 2022-02-10 04:35:43 +0100 | |
commit | 5b8c9a825d4a577e87e1137cd83257d75892a51a (patch) | |
tree | a500dd6548572b8069e9884107192ea460b84063 | |
parent | 08aefcd597d26a5d99f64815a2b932c36f056164 (diff) | |
download | libimobiledevice-5b8c9a825d4a577e87e1137cd83257d75892a51a.tar.gz libimobiledevice-5b8c9a825d4a577e87e1137cd83257d75892a51a.tar.bz2 |
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .github/workflows/build.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1 @@ | |||
* text=auto | |||
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: | |||
178 | dest=`echo ${{ matrix.msystem }} |tr [:upper:] [:lower:]` | 178 | dest=`echo ${{ matrix.msystem }} |tr [:upper:] [:lower:]` |
179 | echo "dest=$dest" >> $GITHUB_ENV | 179 | echo "dest=$dest" >> $GITHUB_ENV |
180 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 180 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
181 | git config --global core.autocrlf false | ||
181 | - name: fetch libplist | 182 | - name: fetch libplist |
182 | uses: dawidd6/action-download-artifact@v2 | 183 | uses: dawidd6/action-download-artifact@v2 |
183 | with: | 184 | with: |