Skip to content

pontem-network/get-solc

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages