ci: pin solc version to 0.8.30 for revive compatibility

This commit is contained in:
2025-12-26 09:51:05 +03:00
parent d3b246de00
commit f1d6e19e9f
+7 -1
View File
@@ -406,7 +406,13 @@ jobs:
- name: Install protobuf
run: brew install protobuf
- 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
run: |
source $HOME/.cargo/env