Skip to content

Commit

Permalink
Attempt to fix mono glue generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Jan 1, 2024
1 parent 922687f commit cee2a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee2a86

Please sign in to comment.