diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f55d1618..40f29d093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,14 +4,13 @@ jobs: build_ubuntu: runs-on: ubuntu-latest steps: - - name: gitconfig run: | git config --global core.autocrlf false git config --global core.eol lf - - name: checkout - uses: actions/checkout@v3 + - name: checkout + uses: actions/checkout@v3 - name: Install Rust uses: actions-rs/toolchain@v1 @@ -91,7 +90,6 @@ jobs: build_windows: runs-on: windows-latest steps: - - name: gitconfig run: | git config --global core.autocrlf false