This is an automated email from the ASF dual-hosted git repository.

mshr pushed a commit to branch investigate-macos-ci-error
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/investigate-macos-ci-error by 
this push:
     new 449c587d91 update
449c587d91 is described below

commit 449c587d91c918f07433defe8e1d97e5929ba2e7
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Mon Nov 24 13:51:00 2025 +0900

    update
---
 .github/actions/setup/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 9f68667375..8288c6f641 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -6,7 +6,7 @@ runs:
       CACHE_NUMBER: 2
     with:
       path: ~/conda_pkgs_dir
-      key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ 
hashFiles('conda/build-environment.yaml') }}
+      key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ 
hashFiles('**/conda/build-environment.yaml') }}
   - uses: conda-incubator/setup-miniconda@v3
     continue-on-error: true
     id: conda1

Reply via email to