From 2648ae0885827a2207d317d5bb8c37653cbdbe1b Mon Sep 17 00:00:00 2001 From: lonerapier Date: Fri, 6 Dec 2024 17:45:01 +0530 Subject: [PATCH] place rust cache at correct step --- .github/workflows/artifacts.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index cc8d609..c2bf376 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -61,6 +61,11 @@ jobs: with: toolchain: nightly-2024-10-28 + - name: Rust Cache + uses: Swatinem/rust-cache@v2 + with: + cache-on-failure: true + - name: Install Circom run: | CIRCOM_VERSION=2.1.9 @@ -86,11 +91,6 @@ jobs: cargo install --path . echo $(which build-circuit) - - name: Rust Cache - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: true - - name: Build circuits using Makefile run: | make debug # Show what will be processed