Skip to content

Get Solc

Actions
Download solc tool
v0.1.1
Latest
Star (7)

Get solc action

This GitHub Action delivers specified solc release for a solc network.

Please note that this is an initial release and will be improved as the Solc team make decisions on versioning, naming releases etc.

Parameters

  • version - Specified version of the release. Optional. Default value is latest.
  • prerelease - Allow pre-release. Default value is false.
  • token - GITHUB_TOKEN. Optional.

Usage Example

Download the latest version of solc

- name: get solce
  uses: pontem-network/get-solc@master

Download a specific version of solc

- name: get solc
  uses: pontem-network/get-solc@master
  with:
    version: v0.8.15

Allow downloading pre-releases

- name: get solc
  uses: pontem-network/get-solc@master
  with:
    prerelease: "true"

Download a specific version of solc and token

- name: get solc
  uses: pontem-network/get-solc@master
  with:
    version: v0.8.15
    token: ${{ secrets.GITHUB_TOKEN }}

Get Solc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Download solc tool
v0.1.1
Latest

Get Solc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.