Restore Xvfb for renderer launch

This commit is contained in:
2026-08-10 23:30:31 +01:00
parent 74ec617845
commit c100585754
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Install Vulkan runtime
run: |
sudo apt-get update
sudo apt-get install -y libvulkan1
sudo apt-get install -y libvulkan1 xvfb
- name: Build readme
run: python build/scripts/build_readme.py --pack-root resourcepack --output-dir build
-4
View File
@@ -53,8 +53,4 @@ loom {
programArgs '--username', 'RenderBot'
}
}
}
tasks.named('runClient') {
useXvfb.set(false)
}