cuda-toolkit
cuda-toolkit copied to clipboard
Error: Got no files in tool cahce
I am following the example and using the following in my workflow on an ubuntu-20.04 runner...
- uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '12.3.2'
Here is the output...
Run Jimver/[email protected]
with:
cuda: 1[2](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:2).[3](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:3).2
sub-packages: []
non-cuda-sub-packages: []
method: local
linux-local-args: ["--toolkit", "--samples"]
use-github-cache: true
use-local-cache: true
log-file-suffix: log.txt
env:
CODECOV_TOKEN: xxxx91d3
FPS_THRESHOLD: 900
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/habitat-lab/habitat-lab --files-from manifest.txt --use-compress-program zstdmt
Cache Size: ~[4](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:4)1[5](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:5)7 MB (435857[6](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:6)5[7](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:7)1 B)
Cache saved successfully
Error: Error: Got no files in tool cahce
I have the same problem. And, here is a workaround for now.
- uses: Jimver/[email protected]
with:
use-github-cache: false
use-local-cache: false
Same issue here, "Got no files in tool cahce" -- this is on Windows.
Thanks for reporting! This is now fixed in action version v0.2.15.