You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/02 13:58:00 UTC

[commons-imaging] 02/02: Trying to fix GHA build

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit b3e606107490351b9d118242bd38446b5f292400
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 2 09:57:54 2023 -0400

    Trying to fix GHA build
---
 .github/workflows/maven.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e8bfe42d..f34a129f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,10 +37,11 @@ jobs:
         
     steps:
     # https://github.com/actions/checkout/issues/226#issuecomment-854736025
-#    - name: Prepare git
-#      run: |-
-#        git config --global core.autocrlf false
-#        git config --global core.eol lf
+    # Why is this not an issue in other Apache Commons repos?
+    - name: Prepare git
+      run: |-
+        git config --global core.autocrlf false
+        git config --global core.eol lf
     - uses: actions/checkout@v3.5.2
       with:
         persist-credentials: false