1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-02-04 07:28:55 +08:00

LIBGL_ALWAYS_SOFTWARE

This commit is contained in:
lana-k
2025-12-24 21:36:47 +01:00
parent 20f4dcc645
commit 528549ae5a

View File

@@ -31,6 +31,9 @@ jobs:
libegl1 \
mesa-utils
- name: Force software rendering
run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
- name: Update npm
run: npm install -g npm@10