ci: pin solc version to 0.8.30 for revive compatibility
This commit is contained in:
@@ -406,7 +406,13 @@ jobs:
|
|||||||
- name: Install protobuf
|
- name: Install protobuf
|
||||||
run: brew install protobuf
|
run: brew install protobuf
|
||||||
- name: install solc
|
- name: install solc
|
||||||
run: brew install solidity
|
run: |
|
||||||
|
# Install solc-select to manage solc versions
|
||||||
|
pip3 install solc-select
|
||||||
|
# Install and use solc 0.8.30 (revive only supports up to 0.8.30)
|
||||||
|
solc-select install 0.8.30
|
||||||
|
solc-select use 0.8.30
|
||||||
|
solc --version
|
||||||
- name: Install resolc
|
- name: Install resolc
|
||||||
run: |
|
run: |
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
|||||||
Reference in New Issue
Block a user