]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Set cc back to gcc for windows
authorChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:15:19 +0000 (02:15 +0800)
committerChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:15:19 +0000 (02:15 +0800)
.github/workflows/windows.yml

index fb8b98888cbd62c724690d2d09eaaabbd190dfeb..f3eca63d0503e02072dd1dada9730ef57ac6c32d 100644 (file)
@@ -25,7 +25,7 @@ jobs:
     - name: Build
       run: make
       env:
-        CC: ${{ matrix.cc }}
+        CC: gcc
         USE_DOUBLE: ${{ matrix.double }}
         USE_DEBUG: 1