Skip to content

Commit

Permalink
[ci] Try to make it work on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 6, 2024
1 parent bbd76a8 commit 9db47e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake build
name: MSYS2 build

on: push

Expand All @@ -8,8 +8,6 @@ jobs:
strategy:
matrix:
include:
- { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang64, env: clang-x86_64 }
steps:
- name: Check out repository code
Expand Down

0 comments on commit 9db47e9

Please sign in to comment.