Skip to content

Commit

Permalink
Merge pull request #71 from fastfloat/dlemire/xml_dep_for_clang
Browse files Browse the repository at this point in the history
It seems that clang demands libxml2.
  • Loading branch information
lemire authored May 14, 2021
2 parents e12ed7e + 1a43159 commit 2848098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msys2-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
include:
- msystem: "MINGW64"
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-clang
install: mingw-w64-x86_64-libxml2 mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-clang
type: Release
- msystem: "MINGW32"
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
install: mingw-w64-i686-libxml2 mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
type: Release
env:
CMAKE_GENERATOR: Ninja
Expand Down

0 comments on commit 2848098

Please sign in to comment.