Skip to content

Commit

Permalink
add npm install for solidity packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arkoc committed Aug 6, 2024
1 parent c9e2cac commit 9daa984
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-evms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: npm ci
working-directory: packages/evm

- name: Install dependencies
run: npm ci
working-directory: packages/evm/solidity

- name: Compile contracts
run: npx hardhat compile
working-directory: packages/evm/solidity
Expand Down

0 comments on commit 9daa984

Please sign in to comment.