pull/5200/head
filip mertens 2 months ago
parent 305ed16877
commit 3f03d56472
  1. 10
      .circleci/config.yml

@ -452,19 +452,15 @@ jobs:
ls -la dist/apps/remix-ide ls -la dist/apps/remix-ide
nvm install 20 nvm install 20
nvm use 20 nvm use 20
- restore_cache:
keys:
- remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
- run: - run:
command: | command: |
nvm use 20 nvm use 20
cd apps/remixdesktop cd apps/remixdesktop
yarn || yarn yarn || yarn
find ./node_modules
yarn add @remix-project/remix-ws-templates yarn add @remix-project/remix-ws-templates
- save_cache:
key: remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
paths:
- apps/remixdesktop/node_modules
# use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179 # use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179
- run: - run:
command: | command: |

Loading…
Cancel
Save