Skip to content

Removing solc and rsolc during the upgrade to polkadot-stable2512 #1044

Description

@zjb0807

paritytech/polkadot-sdk#9985

- name: Install solc and resolc
run: |
mkdir -p $HOME/.local/bin
curl -sL https://github.com/argotorg/solidity/releases/download/v0.8.30/solc-static-linux -o $HOME/.local/bin/solc
chmod 755 $HOME/.local/bin/solc
curl -sL https://github.com/paritytech/revive/releases/download/v0.4.1/resolc-x86_64-unknown-linux-musl -o $HOME/.local/bin/resolc
chmod 755 $HOME/.local/bin/resolc
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions