Skip to content

Commit

Permalink
ci: add linux deps (#142)
Browse files Browse the repository at this point in the history
Add linux CI deps

typo
  • Loading branch information
clavin committed Apr 17, 2024
1 parent 186ad66 commit e30eae5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ workflows:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pkg-manager: npm
post-node-js-install-steps:
- when:
condition:
equal: [node/linux, << matrix.executor >>]
steps:
- run:
name: Linux specific setup
command: |
sudo apt-get update
sudo apt-get install -y \
--no-install-recommends \
libnss3
- when:
condition: << pipeline.git.tag >>
steps:
Expand Down

0 comments on commit e30eae5

Please sign in to comment.