Commit 0ef806aa authored by yann300's avatar yann300 Committed by Liana Husikyan

use downloadsolc_assets

parent 3397b639
......@@ -239,6 +239,7 @@ jobs:
- checkout
- run: npm install
- run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run:
name: Deploy
command: |
......@@ -291,6 +292,7 @@ jobs:
- checkout
- run: npm install
- run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run:
name: Deploy
command: |
......@@ -319,6 +321,7 @@ jobs:
- run: npm install
- run: npm run build:libs
- run: npm run build
- run: npm run downloadsolc_assets
- run:
name: Deploy
command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment