Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incompatible gems cache caused corruption (#12)
When we use actions/cache to cache the gems (i.e. vendor/bundle folder), it would introduce this error /usr/bin/env: ‘ruby2.7’: No such file or directory, because this cache could be cached in a different OS (e.g. Ubuntu).
- Loading branch information