Skip to content

Commit b5b7c78

Browse files
Fixed falling CI windows issue in GitHub workflow
1 parent 6b3a38d commit b5b7c78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919

20-
#- name: Set git to use LF on Windows
21-
# if: matrix.operating-system == 'windows-latest'
22-
# run: |
23-
# git config --global core.autocrlf false
24-
# git config --global core.eol lf
20+
- name: Set git to use LF on Windows
21+
if: matrix.operating-system == 'windows-latest'
22+
run: |
23+
git config --global core.autocrlf false
24+
git config --global core.eol lf
2525
2626
- name: Setup PHP, with composer and extensions
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)