Skip to content

Commit 528549a

Browse files
committed
LIBGL_ALWAYS_SOFTWARE
1 parent 20f4dcc commit 528549a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
libegl1 \
3232
mesa-utils
3333
34+
- name: Force software rendering
35+
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
36+
3437
- name: Update npm
3538
run: npm install -g npm@10
3639

0 commit comments

Comments
 (0)