remove xvfb bloat

This commit is contained in:
FalsePattern 2024-06-18 06:38:54 +02:00
parent 42fa5982ff
commit d74dd1b233
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -26,10 +26,6 @@ jobs:
build-and-test: build-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Ubuntu dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y mesa-utils xvfb x11-xserver-utils
- name: Checkout mod repo - name: Checkout mod repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -90,7 +86,7 @@ jobs:
- name: Run post-build checks - name: Run post-build checks
id: build_mod id: build_mod
run: xvfb-run --server-args="-screen 0 1366x768x24" ./gradlew --build-cache build run: ./gradlew --build-cache build
- name: Attach gradle reports - name: Attach gradle reports
if: failure() && steps.build_mod.conclusion == 'failure' if: failure() && steps.build_mod.conclusion == 'failure'