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

revert firefox base and env

This commit is contained in:
lana-k
2025-12-24 21:59:23 +01:00
parent cda368f109
commit ced933f497
2 changed files with 1 additions and 5 deletions

View File

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

View File

@@ -87,8 +87,7 @@ module.exports = function (config) {
customLaunchers: {
FirefoxHeadlessTouch: {
base: 'Firefox',
flags: ['-headless'],
base: 'FirefoxHeadless',
prefs: {
'dom.w3c_touch_events.enabled': 1,
'dom.events.asyncClipboard.clipboardItem': true,