Skip to content

Commit bb1a5f3

Browse files
Update config.yml
1 parent 5f4291d commit bb1a5f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- checkout
7373
- node/install:
7474
node-version: "18.20"
75+
- run:
76+
name: update
77+
command: sudo apt update && sudo apt install -y libssl-dev
7578
- run:
7679
name: Run build
7780
command: npm install

0 commit comments

Comments
 (0)