We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to not use the cache to work around issues with cacheing it still seems to use the cache regardless and fails when doing so?
Run earthly/[email protected] with: use-cache: false version: latest prerelease: false env: CI: true Configured range: latest; allow prerelease: false Install destination is /home/runner/.earthly Matched version: v0.[8](https://github.com/XXXXXXXXXXXXXXXXXX/actions/runs/8106015489/job/22155321986#step:4:8).4 Received 1991[8](https://github.com/XXXXXXXXXXXXXXXXXX/actions/runs/8106015489/job/22155321986#step:4:9)14[9](https://github.com/voltrondata/vice-python/actions/runs/8106015489/job/22155321986#step:4:10) of 19918149 ([10](https://github.com/XXXXXXXXXXXXXXXXXX/actions/runs/8106015489/job/22155321986#step:4:11)0.0%), 29.0 MBs/sec Cache Size: ~19 MB (19918[14](https://github.com/XXXXXXXXXXXXXXXXXX/actions/runs/8106015489/job/22155321986#step:4:15)9 B) /usr/bin/tar -z -xf /runner/_work/_temp/f6846a4a-fdc3-4528-acbb-ff95f0787[16](https://github.com/XXXXXXXXXXXXXXXXXX/actions/runs/8106015489/job/22155321986#step:4:17)1/cache.tgz -P -C /runner/_work/REPO Cache restored successfully Cache restored from key: earthly-cache-Linux-X64-0.8.4 Error: ENOENT: no such file or directory, chmod '/home/runner/.earthly/bin/earthly'
The text was updated successfully, but these errors were encountered:
Looking at the code it seems as if core.getInput("use-cache") is never even called
core.getInput("use-cache")
Sorry, something went wrong.
it looks like it's used when deciding to save to the cache under
actions-setup/src/cache-save.ts
Lines 34 to 37 in b61ca41
maybe something similar can be done under
actions-setup/src/cache-restore.ts
Line 8 in b61ca41
PRs are most welcomed :)
Successfully merging a pull request may close this issue.
When trying to not use the cache to work around issues with cacheing it still seems to use the cache regardless and fails when doing so?
The text was updated successfully, but these errors were encountered: