From: Jérémie Astor Date: Sat, 7 Dec 2019 11:12:04 +0000 (+0100) Subject: :art: pPdate X-Git-Tag: nightly~2052 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1af176250b6121df8ea50c1b72f71596f704a121;p=gwion.git :art: pPdate --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6476f597..088fe093 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,6 +17,7 @@ jobs: - name: build env: CFLAGS: -DBUILD_ON_WINDOWS + BUILD_ON_WINDOWS: 1 USE_DOUBLE: ${{ matrix.double }} run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - name: test