File tree Expand file tree Collapse file tree 4 files changed +13
-1280
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1280
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,13 @@ jobs:
147147 # architecture: ${{ matrix.node_arch }}
148148 # cache: pnpm
149149 #
150- # - name: Install Linux dependencies
150+ # - name: Install Linux build dependencies
151151 # if: ${{ runner.os == 'Linux' }}
152- # run: sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-dev libxtst6 libxss1 libnss3 libasound2 xvfb
152+ # run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
153+ #
154+ # - name: Install Linux Electron runtime dependencies
155+ # if: ${{ runner.os == 'Linux' && matrix.run_electron_tests }}
156+ # run: sudo apt-get install -y libgtk-3-0 libxtst6 libxss1 libnss3 xvfb
153157 #
154158 # - name: Install Dependencies
155159 # run: npm_config_build_from_source=true pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 4040 persist-credentials : false
4141 fetch-depth : 0
4242
43- - name : Install Linux dependencies
44- run : sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-dev libxtst6 libxss1 libnss3 libasound2 xvfb libssl-dev pkg-config
43+ - name : Install Linux build dependencies
44+ run : sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
45+
46+ - name : Install Linux Electron runtime dependencies
47+ if : matrix.run_electron_tests
48+ run : sudo apt-get install -y libgtk-3-0 libxtst6 libxss1 libnss3 xvfb
4549
4650 - name : Setup Project
4751 uses : ./.github/actions/setup-node-pnpm
Original file line number Diff line number Diff line change 5050 },
5151 "devDependencies" : {
5252 "@changesets/cli" : " ^2.30.0" ,
53- "@electron/rebuild" : " ^4.0.1" ,
54- "aws-sdk" : " ^2.641.0" ,
5553 "electron" : " ^41.0.0" ,
5654 "electron-mocha" : " ^13.1.0" ,
57- "eslint" : " 3.5.0" ,
5855 "mocha" : " ^5.2.0" ,
59- "node-abi" : " ^4.14.0" ,
6056 "node-gyp" : " ^10.3.1"
6157 },
6258 "scripts" : {
You can’t perform that action at this time.
0 commit comments