diff --git a/action.yml b/action.yml index e02f6409..d7d97370 100644 --- a/action.yml +++ b/action.yml @@ -61,10 +61,13 @@ runs: ~/.cache/alire ~/.config/alire ./alire_install + ~/AppData/Local/alire key: ${{steps.cache-key.outputs.key}} # .cache contains msys64 install on Windows # .config contains the toolchain at the default location, besides index config # ./alire_install contains alr itself + # ~/AppData is used with Alire 2.0 onwards + # Note that '~' is recommended on Windows too: https://github.com/actions/cache - name: Check cache output shell: bash @@ -175,6 +178,5 @@ runs: ./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 + # Note that '~' is recommended on Windows too: https://github.com/actions/cache