diff --git a/.github/workflows/linux_builds_jarjar.yml b/.github/workflows/linux_builds_jarjar.yml index cec635b..0e55c30 100644 --- a/.github/workflows/linux_builds_jarjar.yml +++ b/.github/workflows/linux_builds_jarjar.yml @@ -56,5 +56,5 @@ jobs: - name: Use Godot run: | echo "-------------------- RUN PROJECT -----------------------" - DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --rendering-driver GLES2 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true + DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --rendering-driver GLES2 --audio-driver Dummy --path $(pwd) 2>&1 | tee sanitizers_log.txt || true misc/check_ci_log.py sanitizers_log.txt diff --git a/.github/workflows/linux_builds_master.yml b/.github/workflows/linux_builds_master.yml index a4b1b94..3357a52 100644 --- a/.github/workflows/linux_builds_master.yml +++ b/.github/workflows/linux_builds_master.yml @@ -62,5 +62,5 @@ jobs: DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true misc/check_ci_log.py sanitizers_log.txt echo "-------------------- RUN PROJECT -----------------------" - DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true + DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --audio-driver Dummy --path $(pwd) 2>&1 | tee sanitizers_log.txt || true misc/check_ci_log.py sanitizers_log.txt