[workflow] fixed tensor-nvme build caching (#2711)

pull/2644/head^2
Frank Lee 2023-02-15 10:12:55 +08:00 committed by GitHub
parent d03f4429c1
commit 89f8975fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ jobs:
- name: Store TensorNVMe Cache
run: |
cd TensorNVMe
cp -p -r ./build /github/home/tensornvme_cache/
- name: Checkout Colossal-AI