From 09460caa3e7af003775f70e572636873304e774a Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Fri, 13 Oct 2023 10:33:29 +0600 Subject: [PATCH] Rearrange Build workflow steps --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a43796..17c6916 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,6 @@ jobs: sudo rm -rf "/usr/local/share/boost" sudo rm -rf "$AGENT_TOOLSDIRECTORY" - - name: Rust Setup - uses: actions-rs/toolchain@v1 - - name: Install protoc run: | sudo apt-get install -y protobuf-compiler @@ -29,6 +26,9 @@ jobs: - uses: actions/checkout@v3 + - name: Rust Setup + uses: actions-rs/toolchain@v1 + - name: Rustfmt uses: actions-rs/cargo@v1 with: