ci: bump solc everywhere (#672)
This commit is contained in:
parent
f48fd88a97
commit
ba53fd1466
|
@ -76,7 +76,7 @@ jobs:
|
||||||
- name: Install Solc
|
- name: Install Solc
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "$HOME/bin"
|
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"
|
chmod u+x "$HOME/bin/solc"
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
solc --version
|
solc --version
|
||||||
|
@ -194,7 +194,7 @@ jobs:
|
||||||
- name: Install Solc
|
- name: Install Solc
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "$HOME/bin"
|
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"
|
chmod u+x "$HOME/bin/solc"
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
solc --version
|
solc --version
|
||||||
|
|
Loading…
Reference in New Issue