fix: Make sure to source cargo env before building, b=no-bug, c=workflows

This commit is contained in:
Mr. M
2025-07-24 16:38:02 +02:00
parent 51f22680f4
commit 78b1088b41
3 changed files with 3 additions and 6 deletions

View File

@@ -8,6 +8,8 @@ if command -v apt-get &> /dev/null; then
sudo apt-get install -y xvfb libnvidia-egl-wayland1 mesa-utils libgl1-mesa-dri
fi
. $HOME/.cargo/env
ulimit -n 4096
if command -v Xvfb &> /dev/null; then