Skip to content

Commit

Permalink
[github-actions] Windows: Prevent -dirty suffix in version string by …
Browse files Browse the repository at this point in the history
…disabling CRLF conversion
  • Loading branch information
nikias committed Feb 10, 2022
1 parent 2507c9d commit 064fcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,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:
Expand Down

0 comments on commit 064fcbf

Please sign in to comment.