mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: github: windows: tweak caching
This commit is contained in:
parent
d1dbcbdaf0
commit
fb6f76f12a
8
.github/workflows/windows-nightly.yml
vendored
8
.github/workflows/windows-nightly.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user