Skip to content

Commit

Permalink
fixup! fix: makefile builds with mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 8, 2024
1 parent e4b3556 commit 9b77b17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -222,11 +222,11 @@ jobs:
matrix:
include:
- { msystem: msys, toolchain: "gcc" }
# - { msystem: mingw32, env: mingw-w64-i686- } disabled, c.f. https://github.com/aklomp/base64/issues/131
- { msystem: mingw32, env: mingw-w64-i686- }
- { msystem: mingw64, env: mingw-w64-x86_64- }
- { msystem: ucrt64, env: mingw-w64-ucrt-x86_64- }
# - { msystem: clang32, env: mingw-w64-clang-i686- } disabled, lld does not support the "-r" option
# - { msystem: clang64, env: mingw-w64-clang-x86_64- } disabled, lld does not support the "-r" option
- { msystem: clang32, env: mingw-w64-clang-i686- }
- { msystem: clang64, env: mingw-w64-clang-x86_64- }
env:
CC: cc.exe
steps:
Expand Down

0 comments on commit 9b77b17

Please sign in to comment.