Skip to content

Commit

Permalink
fix(CI): Electron disable-gpu command line argument for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Feb 5, 2025
1 parent 9377861 commit f6981b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ace-axe-runner-electron/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const protocol = electron.protocol;
// --in-process-gpu ?
// app.commandLine.appendSwitch("in-process-gpu");
// ------------------------------------ see patchElectronJestRunner4
// app.commandLine.appendSwitch("disable-gpu");
app.commandLine.appendSwitch("disable-gpu");
// app.disableHardwareAcceleration();
// app.commandLine.appendSwitch("disable-software-rasterizer");

Expand Down

0 comments on commit f6981b8

Please sign in to comment.