Skip to content

Commit

Permalink
place rust cache at correct step
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Dec 6, 2024
1 parent f9ef0bc commit 2648ae0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2648ae0

Please sign in to comment.