From bb43c3d7df47009697da713d899ee9818c1b6233 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 22 Aug 2024 13:07:01 +0200 Subject: [PATCH] install zstd --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83b22c12c1..a91bc450ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: xlarge working_directory: ~/remix-project steps: - - run: sudo apt update&& sudo apt install zstd + - run: sudo apt update && sudo apt install zstd - checkout - restore_cache: keys: @@ -361,12 +361,13 @@ jobs: - checkout - attach_workspace: at: . + - run: sudo apt update && sudo apt install python3-pip -y zstd - run: zstd -d persist/dist.tar.zst -o persist/dist.tar - run: tar -xf persist/dist.tar - run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules || yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules - run: mkdir node_modules/hardhat && wget https://unpkg.com/hardhat/console.sol -O node_modules/hardhat/console.sol - run: ls -la ./dist/apps/remix-ide/assets/js - - run: sudo apt update && sudo apt install python3-pip -y + - when: condition: equal: [ "chrome", << parameters.browser >> ]