Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Dec 1, 2023
1 parent a2ad451 commit d49ef90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
submodules: recursive

- name: Download compile manually
id: download-solidity-compiler
run: mkdir -p /home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/; wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -O /home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/solc-linux-amd64-v0.8.19+commit.7dd6d404

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit d49ef90

Please sign in to comment.