Skip to content

Commit

Permalink
Don't automatically convert to CRLF line-endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 29, 2023
1 parent c94a8db commit 5cf2c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
cmake-args: -D CMAKE_GENERATOR_PLATFORM=x64 -D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded

steps:
- name: Setup environment
if: runner.os == 'Windows'
run: git config --global core.autocrlf false

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 5cf2c1b

Please sign in to comment.