ci: bump solc 0.8.10 (#670)
This commit is contained in:
parent
79f2e1d5ef
commit
adc3d858d2
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Install Solc
|
||||
run: |
|
||||
mkdir -p "$HOME/bin"
|
||||
wget -q https://github.com/ethereum/solidity/releases/download/v0.6.6/solc-static-linux -O $HOME/bin/solc
|
||||
wget -q https://github.com/ethereum/solidity/releases/download/v0.8.10/solc-static-linux -O $HOME/bin/solc
|
||||
chmod u+x "$HOME/bin/solc"
|
||||
export PATH=$HOME/bin:$PATH
|
||||
solc --version
|
||||
|
|
Loading…
Reference in New Issue