Skip to content

Commit e46c888

Browse files
committed
Add runner.os to cabal-cache uri
1 parent 2a9a9c5 commit e46c888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
dist-dir: dist-newstyle
231231
store-path: ${{ steps.cabal-store.outputs.cabal-store }}
232232
threads: 16
233-
archive-uri: ${{ secrets.BINARY_CACHE_URI }}/${{ env.CABAL_CACHE_VERSION }}
233+
archive-uri: ${{ secrets.BINARY_CACHE_URI }}/${{ env.CABAL_CACHE_VERSION }}/${{ runner.os }}
234234
skip: "${{ secrets.BINARY_CACHE_URI == '' }}"
235235

236236
# It's important to ensure that people who fork this repository can not only successfully build in

0 commit comments

Comments
 (0)