Skip to content

Commit

Permalink
Prevent builds from failing on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 25, 2020
1 parent fcd9081 commit e65ddb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
php-versions: ['7.2', '7.3', '7.4']

steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2.3.1
with:
Expand Down

0 comments on commit e65ddb8

Please sign in to comment.