Skip to content

Commit

Permalink
hopefully this fixes all line ending problems in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Oct 8, 2021
1 parent 3a4009e commit f97e07d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: convert shell scripts
run: |
((Get-Content scripts/postinstall.sh) -join "`n") + "`n" | Set-Content -NoNewline scripts/postinstall.sh
((Get-Content scripts/userspace.sh) -join "`n") + "`n" | Set-Content -NoNewline scripts/userspace.sh
- name: run build script
run: scripts/build.cmd
- name: create wsldl installer
Expand Down

0 comments on commit f97e07d

Please sign in to comment.