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

use downloadsolc_assets

parent 3397b639
...@@ -239,6 +239,7 @@ jobs: ...@@ -239,6 +239,7 @@ jobs:
- checkout - checkout
- run: npm install - run: npm install
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | command: |
...@@ -291,6 +292,7 @@ jobs: ...@@ -291,6 +292,7 @@ jobs:
- checkout - checkout
- run: npm install - run: npm install
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | command: |
...@@ -319,6 +321,7 @@ jobs: ...@@ -319,6 +321,7 @@ jobs:
- run: npm install - run: npm install
- run: npm run build:libs - run: npm run build:libs
- run: npm run build - run: npm run build
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | 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