From cee2a86af4e6e9d76398856c868a20cf27b7052f Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Mon, 1 Jan 2024 00:25:45 +0000 Subject: [PATCH] Attempt to fix mono glue generation --- .github/workflows/mono.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index 84ade2337..b87aaa2c7 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -77,7 +77,9 @@ jobs: - name: Generate Mono Glue run: | - xvfb-run ./bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue || true + ./bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue + # run: | + # xvfb-run ./bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue || true # Make glue available as artifact for dependent jobs - uses: actions/upload-artifact@v3