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 7de32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -222,7 +222,7 @@ 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
Expand Down

0 comments on commit 7de32f7

Please sign in to comment.