From 78b397dc61a847c3e2684d2d472cb6452accbf08 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 1 Mar 2023 15:29:50 -0800 Subject: [PATCH] try this --- .github/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d40163bac..35f973e41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,10 +4,10 @@ jobs: build_ubuntu: runs-on: ubuntu-latest steps: - - name: gitconfig - run: | - git config --global core.autocrlf false - git config --global core.eol lf + # - name: gitconfig + # run: | + # git config --global core.autocrlf false + # git config --global core.eol lf - name: checkout uses: actions/checkout@v3 - name: Install Rust @@ -40,10 +40,10 @@ jobs: build_macos: runs-on: macos-latest steps: - - name: gitconfig - run: | - git config --global core.autocrlf false - git config --global core.eol lf + # - name: gitconfig + # run: | + # git config --global core.autocrlf false + # git config --global core.eol lf - name: checkout uses: actions/checkout@v3 - name: Install Rust @@ -75,10 +75,10 @@ jobs: build_windows: runs-on: windows-latest steps: - - name: gitconfig - run: | - git config --global core.autocrlf false - git config --global core.eol lf + # - name: gitconfig + # run: | + # git config --global core.autocrlf false + # git config --global core.eol lf - name: checkout uses: actions/checkout@v3 - name: Install Rust