This commit is contained in:
Grant Limberg 2023-03-01 15:29:50 -08:00
commit 78b397dc61
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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