Skip to content

Commit 5fa0449

Browse files
committed
Cleaned up OS packages
1 parent 047e56a commit 5fa0449

File tree

4 files changed

+13
-1280
lines changed

4 files changed

+13
-1280
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ jobs:
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

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,9 @@
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": {

0 commit comments

Comments
 (0)