From 63a948971ee990adeb4d744aa31facdd8d729a88 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Thu, 26 Dec 2024 15:38:52 +0000 Subject: [PATCH] Maybe fix? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6eda82af9..02b18aae51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: java-version: '21' - run: | apt update - apt install tracy-capture sudo -y + DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends tracy-capture sudo xvfb - name: Run Client Gametests uses: modmuss50/xvfb-action@v1 with: