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

This commit is contained in:
Frank Lee
2023-02-15 10:12:55 +08:00
committed by GitHub
parent d03f4429c1
commit 89f8975fb8

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