From e25cb5079901bf1c8e85317af41178b643ede9ff Mon Sep 17 00:00:00 2001 From: zhenfei Date: Fri, 11 Oct 2024 13:03:42 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c52f36..d81d06c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: "expander_compiler -> expander_compiler/target" + # The prefix cache key, this can be changed to start a new cache manually. + prefix-key: "mpi-v5.0.5" # update me if brew formula changes to a new version - if: matrix.os == 'macos-latest' run: brew install openmpi - if: matrix.os == 'ubuntu-latest'