Skip to content

Commit

Permalink
[misc] fix GitHub Actions' MinGW compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Jan 5, 2022
1 parent c28f9bc commit e495c69
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 216 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.in eol=lf
*.m4 eol=lf
missing eol=lf
compile eol=lf
configure eol=lf
install-sh eol=lf
*.sln eol=crlf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
install: >-
mingw-w64-${{ matrix.env }}-toolchain
base-devel
autotools
git
upx
Expand Down
Loading

0 comments on commit e495c69

Please sign in to comment.