Skip to content

Commit

Permalink
Merge pull request #2596 from o1-labs/fizzixnerd/rust-cache
Browse files Browse the repository at this point in the history
Enable rust-cache GH action
  • Loading branch information
Fizzixnerd authored Sep 24, 2024
2 parents ceae363 + 26fa105 commit 539b636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
with:
rust_toolchain_version: ${{ matrix.rust_toolchain_version }}

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Use shared OCaml setting up steps
uses: ./.github/actions/ocaml-shared
with:
Expand Down

0 comments on commit 539b636

Please sign in to comment.