Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set Git config for Windows before checkout
  • Loading branch information
hugovk committed Nov 30, 2022
commit a87279dc382c040a828e7a044e52b930b6b9c35f
8 changes: 4 additions & 4 deletions .github/workflows/release-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
os: [windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v3

- name: Silence Windows warnings
run: |
git config core.eol lf
git config core.autocrlf input
git config --global core.eol lf
git config --global core.autocrlf input

- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
Expand Down