;ci: github: windows: tweak caching

This commit is contained in:
Simon Michael 2020-03-07 01:38:10 -08:00
parent d1dbcbdaf0
commit fb6f76f12a

View File

@ -42,7 +42,10 @@ jobs:
runs-on: windows-latest
steps:
# cached things
- name: Check out
uses: actions/checkout@v2
# declare/restore cached things
- name: Cache C:\Users\runneradmin\AppData\Local\Programs\stack\
uses: actions/cache@v1
@ -98,9 +101,6 @@ jobs:
# actions
- name: Check out
uses: actions/checkout@v2
- name: Install stack
run: |
curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64