Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Oct 23, 2023
1 parent c8b432c commit 8b0bbe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ jobs:
run:
shell: msys2 {0}
steps:
- name: Prepare git
shell: pwsh
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 8b0bbe1

Please sign in to comment.