ci: Fix stack cache on Windows
Apparently the STACK_ROOT has been moved to C:\sr - for unknown reasons, at least to me. This should enable caching again and make the stack on windows builds much faster than recently.
This commit is contained in:
@@ -107,12 +107,9 @@ jobs:
|
|||||||
- name: Windows
|
- name: Windows
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
cache: |
|
cache: |
|
||||||
~\AppData\Roaming\stack\pantry
|
C:\sr\pantry
|
||||||
~\AppData\Local\Programs\stack\pantry
|
C:\sr\snapshots
|
||||||
~\AppData\Roaming\stack\snapshots
|
C:\sr\stack.sqlite3
|
||||||
~\AppData\Local\Programs\stack\snapshots
|
|
||||||
~\AppData\Roaming\stack\stack.sqlite3
|
|
||||||
~\AppData\Local\Programs\stack\stack.sqlite3
|
|
||||||
deps: Add-Content $env:GITHUB_PATH $env:PGBIN
|
deps: Add-Content $env:GITHUB_PATH $env:PGBIN
|
||||||
artifact: postgrest-windows-x86-64
|
artifact: postgrest-windows-x86-64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user