From ab54c44bd0f4695fbc74aa8c343a0439233468b0 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 23:52:55 -0600 Subject: [PATCH] one last cache update --- ci/build-linux.yml | 1 + ci/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build-linux.yml b/ci/build-linux.yml index 4a4a218..93dd54e 100644 --- a/ci/build-linux.yml +++ b/ci/build-linux.yml @@ -12,6 +12,7 @@ params: caches: - path: "./repo/target" - path: "./repo/.cargo-config" + - path: "./repo/.rustup-config" inputs: - name: repo diff --git a/ci/test.yml b/ci/test.yml index 9237d51..ccaa940 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -12,6 +12,7 @@ params: caches: - path: "./repo/target" - path: "./repo/.cargo-config" + - path: "./repo/.rustup-config" inputs: - name: repo