Skip to content

Commit

Permalink
fix: segmentation fault
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Mar 14, 2022
1 parent ac15fc7 commit 1e90eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- name: glibc version
run: ldd --version

- name: Install npm dependencies
run: npm ci

Expand Down

0 comments on commit 1e90eed

Please sign in to comment.