mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 22:11:01 +00:00
install solc 0.8.27 on CI (#47)
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install solc
|
- name: Install solc
|
||||||
run: |
|
run: |
|
||||||
mkdir -p solc
|
mkdir -p solc
|
||||||
curl -sSL --output solc/solc https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux
|
curl -sSL --output solc/solc https://github.com/ethereum/solidity/releases/download/v0.8.27/solc-static-linux
|
||||||
chmod +x solc/solc
|
chmod +x solc/solc
|
||||||
echo "$(pwd)/solc/" >> $GITHUB_PATH
|
echo "$(pwd)/solc/" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user