From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:35:26 +0000 (+0800) Subject: :wrench: Set `BUILD_ON_WINDOWS` in windows.yml X-Git-Tag: nightly~1244^2^2~2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=425ece742886cb66b4d4ff4e585b991cbf829927;p=gwion.git :wrench: Set `BUILD_ON_WINDOWS` in windows.yml --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d9d6a8f8..ba934bd5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,7 +31,7 @@ jobs: env: CC: gcc USE_DOUBLE: ${{ matrix.double }} - USE_DEBUG: 1 + BUILD_ON_WINDOWS: 1 - name: Test run: make test