Skip to content

Commit

Permalink
fix: Add a workaround for actions/checkout#135
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Mar 25, 2024
1 parent 448f163 commit 3f2f42e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: Setup Rust
uses: dsherret/rust-toolchain-file@v1
Expand Down

0 comments on commit 3f2f42e

Please sign in to comment.