![]() Fixes two compatibility issues with the alternative GHA cache server implementation: https://github.com/falcondev-oss/github-actions-cache-server 1. This implementation does not support redundant forward slashes in URL paths. The change allows magic-nix-cache to work properly regardless of whether ACTIONS_CACHE_URL ends in a forward slash or not. 2. The cache IDs returned by this implementation can be too big for an i32, so the representation of the CacheID type has been updated to an i64. Signed-off-by: Cory Snyder <csnyder@1111systems.com> |
||
---|---|---|
.. | ||
api.rs | ||
credentials.rs | ||
lib.rs | ||
util.rs |