diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 490f0f6..53e4991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,5 +35,5 @@ jobs: with: msystem: MINGW64 install: make - - run: make + - run: make CC=gcc - run: make test