Skip to content

Commit

Permalink
chore: correct location for libssl install
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 20, 2025
1 parent c1ee8cc commit 7d1f69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.mongodb }}

- run: npm install
- name: Install libcrypto
run: sudo apt-get update && sudo apt-get install -y libssl1.1
- name: NPM Test without Coverage
run: npm test
if: matrix.coverage != true
Expand Down Expand Up @@ -115,6 +113,8 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
- name: Install libcrypto
run: sudo apt-get update && sudo apt-get install -y libssl1.1
- run: npm install
- name: Test
run: npm run test-rs
Expand Down

0 comments on commit 7d1f69a

Please sign in to comment.