File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 44
44
- name : Package
45
45
shell : bash
46
46
env :
47
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
48
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
48
AC_USERNAME : ${{ secrets.AC_USERNAME }}
50
49
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
Original file line number Diff line number Diff line change 9
9
const isCI = require ( 'is-ci' ) ;
10
10
shell . env . THEIA_ELECTRON_SKIP_REPLACE_FFMPEG = '1' ; // Do not run the ffmpeg validation for the packager.
11
11
shell . env . NODE_OPTIONS = '--max_old_space_size=4096' ; // Increase heap size for the CI
12
+ shell . env . PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = 'true' ; // Skip download and avoid `ERROR: Failed to download Chromium`.
12
13
const template = require ( './config' ) . generateTemplate ( new Date ( ) . toISOString ( ) ) ;
13
14
const utils = require ( './utils' ) ;
14
15
const merge = require ( 'deepmerge' ) ;
You can’t perform that action at this time.
0 commit comments