Skip to content

Commit

Permalink
update build workflow for win
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Mar 4, 2023
1 parent 1714901 commit e15d35f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
runs-on: windows-2019
name: Windows
steps:
- name: Prepare git
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit e15d35f

Please sign in to comment.