From f36d509edba282e571a994c7c93e0f57d0bf33b7 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Thu, 18 May 2023 08:48:26 -0300 Subject: [PATCH] ci: remove global solidity install --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3342d628..b68d64be3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,9 +42,6 @@ jobs: - name: Install deps run: yarn - - name: Install solidity - run: yarn global add solc@0.8.13 - - name: Run hardhat compile and tests coverage run: | source .env.example