The actions/cache already compresses the cache that it restores. Any additional compression (i.e. cached packages) is redundant and incurs more overhead by having to compress even set of files. Decided to remove this entirely so the whole action can be sped up.
The actions/cache already compresses the cache that it restores. Any additional compression (i.e. cached packages) is redundant and incurs more overhead by having to compress even set of files. Decided to remove this entirely so the whole action can be sped up.