cuda-toolkit icon indicating copy to clipboard operation
cuda-toolkit copied to clipboard

Error: Got no files in tool cahce

Open robandpdx opened this issue 1 year ago • 2 comments

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

robandpdx avatar Mar 11 '24 19:03 robandpdx

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

s5suzuki avatar Mar 23 '24 02:03 s5suzuki

Same issue here, "Got no files in tool cahce" -- this is on Windows.

garyo avatar Mar 29 '24 22:03 garyo

Thanks for reporting! This is now fixed in action version v0.2.15.

Jimver avatar Apr 20 '24 19:04 Jimver