Skip to content

Commit

Permalink
ci: fix eol of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Aug 24, 2024
1 parent 6edd584 commit 50c5301
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 @@ -12,6 +12,10 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Prepare git
run: |-
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
Expand Down

0 comments on commit 50c5301

Please sign in to comment.