]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Set `BUILD_ON_WINDOWS` on the test step as well
authorChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:45:15 +0000 (02:45 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Oct 2020 18:45:15 +0000 (02:45 +0800)
.github/workflows/windows.yml

index ba934bd5586c56a1fa8484078affbd7ced213e6b..40d7c4e8bd6b129531199443ed2f1f3e277c8cb8 100644 (file)
@@ -35,3 +35,5 @@ jobs:
 
     - name: Test
       run: make test
+      env:
+        BUILD_ON_WINDOWS: 1