Setup TON cli tools
ActionsTags
(2)This action sets up a tonos cli tools for use in actions. Avalible tool list:
- tonos-cli
- solc
- tvm_linker
- env variable TVM_LINKER_LIB_PATH set to stdlib_sol.tvm
See action.yml
steps:
- uses: ton-actions/setup-tools@v1
with:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- run: |
tonos-cli --version
solc --version
tvm_linker --versionMy Free TON address: 0:9b487d68e4f029ab6d92640892d99d1c549ae69b198df414e905350559a165bf
Setup TON cli tools 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.