We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf5aaa commit fb10fcfCopy full SHA for fb10fcf
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,6 @@ jobs:
34
- uses: msys2/setup-msys2@v2
35
with:
36
msystem: MINGW64
37
- install: make
38
- - run: make CC=gcc
+ install: make mingw-w64-x86_64-toolchain
+ - run: make
39
- run: make test
0 commit comments