Skip to content

Commit

Permalink
unfuck line endings (GitHub by default converts them on checkout)
Browse files Browse the repository at this point in the history
cf. actions/checkout#135

(whyyyyyyyy‽ if I check out a repo I want it byte for byte!)
  • Loading branch information
mirabilos committed Aug 12, 2023
1 parent aeb4b93 commit d998436
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/windhoos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"build": {
"runs-on": "windows-latest",
"steps": [
{
"uses": "actions/checkout@v3.5.3"
},
{
"uses": "Vampire/setup-wsl@v2.0.1",
"with": {
"additional-packages": "bc build-essential",
"update": true
}
},
{
"name": "unfuck line endings (GitHub by default converts them on checkout)",
"run": "git config --global core.autocrlf false\ngit config --global core.eol lf"
},
{
"uses": "actions/checkout@v3.5.3"
},
{
"name": "build i386",
"run": "cmd /c mkt-int.bat x86"
Expand Down

0 comments on commit d998436

Please sign in to comment.