Skip to content

Commit

Permalink
Merge pull request #206 from nfroidure/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): third attempt to fix CI
  • Loading branch information
nfroidure authored Aug 1, 2024
2 parents 2a07690 + e265c05 commit 3fc82d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: .github/workflows/install.sh
- run: echo "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Install dependencies
run: npm ci
- name: Run pre-commit tests
Expand Down

0 comments on commit 3fc82d2

Please sign in to comment.