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
See https://github.com/Automattic/vip-go-mu-plugins/runs/7138623919?check_suite_focus=true#step:4:231
It looks like tar unpacks the cache to a wrong location:
tar
/usr/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/2d30f712-eb8b-4bc5-be27-f932fa1778bd/cache.tzst -P -C /home/runner/work/vip-go-mu-plugins/vip-go-mu-plugins
Should be
/usr/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/2d30f712-eb8b-4bc5-be27-f932fa1778bd/cache.tzst -P -C /tmp
instead.
This is a floating bug :-(
The text was updated successfully, but these errors were encountered:
GH-34: fix race condition
efd277a
Merge pull request #35 from sjinks/GH-34
1d7777a
sjinks
Successfully merging a pull request may close this issue.
See https://github.com/Automattic/vip-go-mu-plugins/runs/7138623919?check_suite_focus=true#step:4:231
It looks like
tar
unpacks the cache to a wrong location:Should be
instead.
This is a floating bug :-(
The text was updated successfully, but these errors were encountered: