File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3030 lfs : true
3131 fetch-depth : 0
3232
33+ - name : Install Linux dependencies
34+ run : sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
35+
3336 - name : Setup Project
3437 uses : ./.github/actions/setup-node-pnpm
3538 with :
Original file line number Diff line number Diff line change @@ -40,12 +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
45+
4346 - name : Setup Project
4447 uses : ./.github/actions/setup-node-pnpm
4548
46- - name : Install Linux dependencies
47- run : sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-dev libxtst6 libxss1 libnss3 libasound2 xvfb
48-
4949 - name : Build
5050 run : |
5151 GYP_ARGS=(
You can’t perform that action at this time.
0 commit comments