From 9bdf24bbf6b1f545a7be26c3cb88b09a3038602d Mon Sep 17 00:00:00 2001 From: rsantacroce Date: Thu, 18 Jan 2024 10:22:59 +0100 Subject: [PATCH] changing ci --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca03a9..d642468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_64.zip platform: "Linux/X11" extension: "x86_64" + use_xvfb: true - os: macos-latest godot_executable: "Godot_v4.2.1-stable_macos.universal" godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_macos.universal.zip @@ -39,6 +40,14 @@ jobs: run: | wget ${{ matrix.godot_url }} unzip *.zip + + - name: Setup Xvfb + if: matrix.use_xvfb + run: | + sudo apt-get update -y + sudo apt-get install -y xvfb + Xvfb :99 & + export DISPLAY=:99 - name: Export Project run: |