Skip to content

Commit

Permalink
ci: windows: switch back to clang64
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 28, 2024
1 parent c724990 commit 03761ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
shell: bash
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: CLANG64
path-type: minimal
update: true
install: >-
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
cabal configure --disable-documentation --enable-executable-static --enable-executable-stripping \
--extra-include-dirs="$(cygpath -m "$HASKELL_MINGW_PATH/x86_64-w64-mingw32/include")" --extra-lib-dirs="$(cygpath -m "$HASKELL_MINGW_PATH/x86_64-w64-mingw32/lib")" \
--extra-include-dirs="$(cygpath -m "$HASKELL_MINGW_PATH/include")" --extra-lib-dirs="$(cygpath -m "$HASKELL_MINGW_PATH/lib")" \
--extra-include-dirs="D:/a/_temp/msys64/mingw64/include" --extra-lib-dirs="D:/a/_temp/msys64/mingw64/lib" \
--extra-include-dirs="D:/a/_temp/msys64/clang64/include" --extra-lib-dirs="D:/a/_temp/msys64/clang64/lib" \
--extra-include-dirs="$HOME/.local/include" --extra-lib-dirs="$HOME/.local/lib" \
--ghc-options=-pgml="$(cygpath -m "$HASKELL_MINGW_PATH/bin/clang.exe")" -fstatic-secp256k1 --constraint="zlib +bundled-c-zlib"
cabal build --dry-run
Expand Down

0 comments on commit 03761ca

Please sign in to comment.