Merge pull request #2921 from ethereum/cconfig

fix config
flaky
bunsenstraat 2 years ago committed by GitHub
commit 796ead694b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .circleci/config.yml

@ -493,10 +493,10 @@ jobs:
working_directory: ~/remix-project
steps:
- checkout
- node/install:
install-yarn: true
node-version: "v14.17.6"
- checkout
- run: yarn
- run: yarn run downloadsolc_assets
- run: yarn run build:production
@ -526,6 +526,9 @@ jobs:
steps:
- checkout
- node/install:
install-yarn: true
node-version: "v14.17.6"
- run: yarn
- run: yarn run downloadsolc_assets
- run: yarn run build:production

Loading…
Cancel
Save