Skip to content

Commit

Permalink
ci: remove global solidity install
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar authored and chechu committed May 21, 2023
1 parent 89e8e33 commit f36d509
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- name: Install deps
run: yarn

- name: Install solidity
run: yarn global add [email protected]

- name: Run hardhat compile and tests coverage
run: |
source .env.example
Expand Down

0 comments on commit f36d509

Please sign in to comment.