diff --git a/.circleci/config.yml b/.circleci/config.yml index 822ac89b..5ac68236 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,10 +9,10 @@ jobs: steps: - checkout - restore_cache: - key: test-cache-{{ checksum "Cargo.lock" }} + key: test-cache-{{ checksum "Cargo.toml" }} - run: cargo apk build --example window - save_cache: - key: test-cache-{{ checksum "Cargo.lock" }} + key: test-cache-{{ checksum "Cargo.toml" }} paths: - target