Set environment variables before running rust-cache

This commit is contained in:
Jonas Bushart 2022-07-29 22:28:32 +02:00
parent 8282e10527
commit 137d2d5a3a
2 changed files with 20 additions and 11 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.1] - 2022-07-29
### Fixed
* Set environment variables before invoking the cache action.
This ensures restoring and saving are using the same cache key.
## [1.2.0] - 2022-07-21
### Added