Skip to content

Commit 7d1f69a

Browse files
committed
chore: correct location for libssl install
1 parent c1ee8cc commit 7d1f69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
key: ${{ matrix.os }}-${{ matrix.mongodb }}
6363

6464
- run: npm install
65-
- name: Install libcrypto
66-
run: sudo apt-get update && sudo apt-get install -y libssl1.1
6765
- name: NPM Test without Coverage
6866
run: npm test
6967
if: matrix.coverage != true
@@ -115,6 +113,8 @@ jobs:
115113
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
116114
with:
117115
node-version: 16
116+
- name: Install libcrypto
117+
run: sudo apt-get update && sudo apt-get install -y libssl1.1
118118
- run: npm install
119119
- name: Test
120120
run: npm run test-rs

0 commit comments

Comments
 (0)