summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--.github/workflows/build.yml1
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 20b316f..4d5f711 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,6 +127,7 @@ jobs:
127 dest=`echo ${{ matrix.msystem }} |tr [:upper:] [:lower:]` 127 dest=`echo ${{ matrix.msystem }} |tr [:upper:] [:lower:]`
128 echo "dest=$dest" >> $GITHUB_ENV 128 echo "dest=$dest" >> $GITHUB_ENV
129 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 129 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
130 git config --global core.autocrlf false
130 - uses: actions/checkout@v2 131 - uses: actions/checkout@v2
131 with: 132 with:
132 fetch-depth: 0 133 fetch-depth: 0