install zstd

pull/5104/head
bunsenstraat 3 months ago committed by bunsenstraat
parent 3ce0b60a91
commit 8ca78ac8f5
  1. 3
      .circleci/config.yml

@ -16,6 +16,7 @@ jobs:
xlarge xlarge
working_directory: ~/remix-project working_directory: ~/remix-project
steps: steps:
- run: sudo apt update&& sudo apt install zstd
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
@ -34,7 +35,7 @@ jobs:
NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NX_NPM_URL=http://127.0.0.1:9090/ yarn build NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NX_NPM_URL=http://127.0.0.1:9090/ yarn build
fi fi
- run: yarn run build:e2e - run: yarn run build:e2e
- run: sudo apt install zstd
- run: grep -ir "[0-9]+commit" apps/* libs/* --include \*.ts --include \*.tsx --include \*.json > soljson-versions.txt - run: grep -ir "[0-9]+commit" apps/* libs/* --include \*.ts --include \*.tsx --include \*.json > soljson-versions.txt
- restore_cache: - restore_cache:
keys: keys:

Loading…
Cancel
Save