Skip to content

Commit 065b22f

Browse files
add ssl install
1 parent bfb02dc commit 065b22f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- name: Install OpenSSL dependencies
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y libssl-dev
2933
- run: npm ci
3034
- run: npm run build --if-present
3135
- run: npm test

0 commit comments

Comments
 (0)