From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:15:19 +0000 (+0800) Subject: :wrench: Set cc back to gcc for windows X-Git-Tag: nightly~1244^2^2~4 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5bcd603fe79521871839c30094467d72636a92ab;p=gwion.git :wrench: Set cc back to gcc for windows --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fb8b9888..f3eca63d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: make env: - CC: ${{ matrix.cc }} + CC: gcc USE_DOUBLE: ${{ matrix.double }} USE_DEBUG: 1