We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9a9c5 commit e46c888Copy full SHA for e46c888
.github/workflows/haskell.yml
@@ -230,7 +230,7 @@ jobs:
230
dist-dir: dist-newstyle
231
store-path: ${{ steps.cabal-store.outputs.cabal-store }}
232
threads: 16
233
- archive-uri: ${{ secrets.BINARY_CACHE_URI }}/${{ env.CABAL_CACHE_VERSION }}
+ archive-uri: ${{ secrets.BINARY_CACHE_URI }}/${{ env.CABAL_CACHE_VERSION }}/${{ runner.os }}
234
skip: "${{ secrets.BINARY_CACHE_URI == '' }}"
235
236
# It's important to ensure that people who fork this repository can not only successfully build in
0 commit comments