File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
with :
57
57
args : |
58
58
sync-from-archive \
59
- --threads "$BINARY_CACHE_THREADS" \
60
- --archive-uri "$BINARY_CACHE_URI" \
61
- --region "$BINARY_CACHE_REGION" \
59
+ --threads "${ BINARY_CACHE_THREADS-4} " \
60
+ --archive-uri "${ BINARY_CACHE_URI-'http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive'} " \
61
+ --region "${ BINARY_CACHE_REGION-'us-west-2'} " \
62
62
--store-path "${{ steps.setup-haskell.outputs.cabal-store }}"
63
63
64
64
- name : Build
83
83
with :
84
84
args : |
85
85
sync-to-archive \
86
- --threads "$BINARY_CACHE_THREADS" \
87
- --archive-uri "$BINARY_CACHE_URI" \
88
- --region "$BINARY_CACHE_REGION" \
86
+ --threads "${ BINARY_CACHE_THREADS-4} " \
87
+ --archive-uri "${ BINARY_CACHE_URI-'http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive'} " \
88
+ --region "${ BINARY_CACHE_REGION-'us-west-2'} " \
89
89
--store-path "${{ steps.setup-haskell.outputs.cabal-store }}"
90
90
91
91
check :
You can’t perform that action at this time.
0 commit comments