diff options
| author | 2022-02-10 01:26:01 +0100 | |
|---|---|---|
| committer | 2022-02-10 01:26:01 +0100 | |
| commit | c035c6bcea282fb31c08eddae73b16fb8e5543f0 (patch) | |
| tree | 4c38959e5508668568a39bc533ce7c521239cf49 /.github/workflows | |
| parent | d6026ca0e878ede5c1bd2be7c74fc0827e83824e (diff) | |
| download | libplist-c035c6bcea282fb31c08eddae73b16fb8e5543f0.tar.gz libplist-c035c6bcea282fb31c08eddae73b16fb8e5543f0.tar.bz2 | |
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
