pull/5370/head
filip mertens 1 year ago
parent 60ffd3b5fc
commit d337e643b1
  1. 4
      .circleci/config.yml

@ -116,15 +116,13 @@ jobs:
- attach_workspace: - attach_workspace:
at: . at: .
- run: unzip ./persist/desktopbuild.zip - run: unzip ./persist/desktopbuild.zip
- restore_cache:
keys:
- remixdesktop-linux-deps-{{ checksum "apps/remixdesktop/yarn.lock" }}
- run: - run:
command: | command: |
node -v node -v
mkdir apps/remixdesktop/build mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build/remix-ide cp -r dist/apps/remix-ide apps/remixdesktop/build/remix-ide
cd apps/remixdesktop/ cd apps/remixdesktop/
rm -rf yarn.lock
yarn add node-pty yarn add node-pty
yarn yarn
yarn dist --linux yarn dist --linux

Loading…
Cancel
Save