Skip to content

Commit

Permalink
configs for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jul 24, 2021
1 parent 7926681 commit 7ac7b03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
fail-fast: false

steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 7ac7b03

Please sign in to comment.