From 4e0b5c60c378020e43ad3bb77793910f23b97bae Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 23 Jun 2026 17:16:50 -0500 Subject: [PATCH 1/2] Change cache action to use gcs-cache-action --- .github/workflows/enzyme-mlir.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/enzyme-mlir.yml b/.github/workflows/enzyme-mlir.yml index ae77a91dbd1..f7edf454899 100644 --- a/.github/workflows/enzyme-mlir.yml +++ b/.github/workflows/enzyme-mlir.yml @@ -66,8 +66,9 @@ jobs: - name: Cache MLIR id: cache-mlir - uses: actions/cache@v4 + uses: mansagroup/gcs-cache-action@v2 with: + bucket: enzyme-ci-transient path: ${{ env.BASE_DIR }}/llvm-project/mlir-build key: ${{ matrix.llbuild }}-${{ matrix.os }}-mlir-${{ steps.mlir-commit.outputs.sha_short }} From 0a8ab4e3ed6b00368c9cf5ee466a6ef44d04e7fd Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 23 Jun 2026 17:49:28 -0500 Subject: [PATCH 2/2] Update enzyme-mlir.yml --- .github/workflows/enzyme-mlir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enzyme-mlir.yml b/.github/workflows/enzyme-mlir.yml index f7edf454899..b7398e7f8c1 100644 --- a/.github/workflows/enzyme-mlir.yml +++ b/.github/workflows/enzyme-mlir.yml @@ -66,7 +66,7 @@ jobs: - name: Cache MLIR id: cache-mlir - uses: mansagroup/gcs-cache-action@v2 + uses: mansagroup/gcs-cache-action@v1 with: bucket: enzyme-ci-transient path: ${{ env.BASE_DIR }}/llvm-project/mlir-build