From 9f0672b9e4a79c738bcf2814c6a893cd66e196d5 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Thu, 8 Oct 2020 16:10:12 -0400 Subject: [PATCH] Add -nographics to see if it solves windows builds --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5251f8e..383979a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} -# customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue' + customParameters: '-nographics' - uses: actions/upload-artifact@v1 with: name: Build