From 1856d16c20c3e5f9b5499b45ce330c0bf89dae98 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Mon, 15 Apr 2024 12:49:40 +0200 Subject: [PATCH] Add new Windows cache location --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index c7c643c3..e02f6409 100644 --- a/action.yml +++ b/action.yml @@ -173,4 +173,8 @@ runs: ~/.cache/alire ~/.config/alire ./alire_install + ~/AppData/Local/alire key: ${{ steps.cache-alr.outputs.cache-primary-key }} + # Note that '~' is recommended on Windows too: + # https://github.com/actions/cache +