From 10d5aa47ff5d576d9adf2e496c98d58223568b3b Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Thu, 21 Mar 2024 15:00:27 +0200 Subject: [PATCH] update readme --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6ac2278..9b4a323 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,14 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3 with: - rust-toolchain: nightly-2022-12-08 - vmtools-version: v1.4.60 + rust-toolchain: nightly-2023-12-11 secrets: token: ${{ secrets.GITHUB_TOKEN }} ``` -This uses fixed versions of rust and vmtools. +This uses a fixed version of rust. See [contracts.yml](.github/workflows/contracts.yml) for more details on which other arguments are supported. ### Main branch notes @@ -71,15 +70,6 @@ The mxpy version can be specified by providing: pip-mxpy-args: multiversx-sdk-cli==1.2.3 ``` -### Installing libtinfo5 - -When building smart contracts written in C, on ubuntu, the libtinfo5 has to be installed as clang requires this. -This can be optionally enabled by specifying: -```yml -install-libtinfo5: true -``` -Note: if using a matrix build with multiple operating systems, enable this only for ubuntu. - ## Usage of `reproducible-build.yml` See [reproducible-build.yml](.github/workflows/reproducible-build.yml).