From 8809f23997328597a1cd46829749dddf431377da Mon Sep 17 00:00:00 2001 From: MedovTimur Date: Wed, 23 Oct 2024 21:25:44 +0300 Subject: [PATCH] update workflows/contracts.yml --- .github/workflows/contract.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index eca1567..688c463 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -28,6 +28,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu + - name: Check formatting run: cargo fmt --all --manifest-path vft-service/Cargo.toml -- --check @@ -55,6 +58,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu + - name: Check formatting run: cargo fmt --all --manifest-path vnft-service/Cargo.toml -- --check @@ -81,6 +87,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu + - name: Check formatting run: cargo fmt --all --manifest-path vmt-service/Cargo.toml -- --check @@ -109,6 +118,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu + - name: Check formatting run: cargo fmt --all --manifest-path extended-vft/Cargo.toml -- --check @@ -145,6 +157,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu + - name: Check formatting run: cargo fmt --all --manifest-path extended-vnft/Cargo.toml -- --check @@ -181,6 +196,9 @@ jobs: - name: Install Rustfmt run: rustup component add rustfmt + + - name: Install rust-src component + run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu - name: Check formatting run: cargo fmt --all --manifest-path extended-vmt/Cargo.toml -- --check