summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
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: