Skip to content

Commit ebf3703

Browse files
committed
remove solc and rsolc
1 parent 20a448a commit ebf3703

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ jobs:
3333
run: make dev-format-check
3434
- name: Install clippy
3535
run: rustup component add clippy
36-
- name: Install solc and resolc
37-
run: |
38-
mkdir -p $HOME/.local/bin
39-
curl -sL https://github.com/argotorg/solidity/releases/download/v0.8.30/solc-static-linux -o $HOME/.local/bin/solc
40-
chmod 755 $HOME/.local/bin/solc
41-
curl -sL https://github.com/paritytech/revive/releases/download/v0.4.1/resolc-x86_64-unknown-linux-musl -o $HOME/.local/bin/resolc
42-
chmod 755 $HOME/.local/bin/resolc
43-
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
4436
- name: Update
4537
run: |
4638
cargo update

0 commit comments

Comments
 (0)