From e30eae5b3f8d9162779823f9e61f7fa5e0c2bd77 Mon Sep 17 00:00:00 2001 From: Calvin Date: Wed, 17 Apr 2024 13:59:11 -0700 Subject: [PATCH] ci: add linux deps (#142) Add linux CI deps typo --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd6a316..dcb21c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: